Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gpu-cluster-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christof Kaufmann
gpu-cluster-images
Commits
26ea44b6
Commit
26ea44b6
authored
4 months ago
by
Christof Kaufmann
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' into 'master'
Fix pytorch-gpu CI build See merge request
!39
parents
cf99ed46
50ceb533
Branches
Branches containing commit
No related tags found
1 merge request
!39
Fix pytorch-gpu CI build
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pytorch-gpu/Dockerfile
+1
-2
1 addition, 2 deletions
pytorch-gpu/Dockerfile
with
1 addition
and
2 deletions
pytorch-gpu/Dockerfile
+
1
−
2
View file @
26ea44b6
...
...
@@ -41,9 +41,8 @@ RUN wget --no-hsts -q -O vscode_cli.tar.gz 'https://code.visualstudio.com/sha/do
fix-permissions "${CONDA_DIR}"
# install some packages
# NOTE: without --no-update-deps somehow an undefined symbol error in /opt/conda/lib/python3.11/lib-dynload/_sqlite3.cpython-311-x86_64-linux-gnu.so occurs, which crashes jupyter lab.
USER
${NB_UID}
RUN
cond
a
install
--yes
--no-update-deps
\
RUN
mamb
a
install
--yes
\
# system monitor
'bpytop' \
# umap + hdbscan
...
...
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