Gitlab Community Edition Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deep-learning-with-gpu-cores
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AG-Compute-public
deep-learning-with-gpu-cores
Commits
5b64e7ec
Commit
5b64e7ec
authored
1 year ago
by
tmeisel
Browse files
Options
Downloads
Patches
Plain Diff
append new conda directory to the conda config
parent
cec2ee45
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
slides/02_hands_on.pdf
+0
-0
0 additions, 0 deletions
slides/02_hands_on.pdf
with
2 additions
and
1 deletion
README.md
+
2
−
1
View file @
5b64e7ec
...
...
@@ -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`
.
...
...
This diff is collapsed.
Click to expand it.
slides/02_hands_on.pdf
+
0
−
0
View file @
5b64e7ec
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment