Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 5b64e7ec authored by tmeisel's avatar tmeisel
Browse files

append new conda directory to the conda config

parent cec2ee45
Branches
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ To set up the conda environment, first log into the frontend. Then create a [con
git clone https://gitlab-ce.gwdg.de/dmuelle3/deep-learning-with-gpu-cores.git
cd deep-learning-with-gpu-cores/code
module load anaconda3
conda create --prefix /scratch-grete/usr/$USER/cifar10training/dl-gpu python=3.9
conda create --prefix /scratch-grete/usr/$USER/conda-grete/dl-gpu python=3.8
conda config --append envs_dirs /scratch-grete/usr/$USER/conda-grete
```
This creates an environment called `dl-gpu` with the Python version 3.8.
Now we need to install all packages. They are located in `code/requirements.txt`.
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment