deep learning vu assignments edition 2023/2024.
-
Clone the repository to your local machine.
-
Navigate to the directory containing the
environment.yml
file. -
Create the environment from the
environment.yml
file:conda env create -f environment.yml
-
Activate the new environment:
conda activate dl_ass
-
Verify that the new environment was installed correctly:
conda env list
You should see the environment you just created in the list.