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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christof Kaufmann
gpu-cluster-images
Commits
5b4b619c
Commit
5b4b619c
authored
1 month ago
by
Christof Kaufmann
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' into 'master'
Update code-server and change packages See merge request
!49
parents
46d8c0d8
db0e0e44
Branches
master
No related tags found
1 merge request
!49
Update code-server and change packages
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
keras3-cpu/Dockerfile
+10
-6
10 additions, 6 deletions
keras3-cpu/Dockerfile
keras3-gpu/Dockerfile
+10
-3
10 additions, 3 deletions
keras3-gpu/Dockerfile
pytorch-gpu/Dockerfile
+9
-3
9 additions, 3 deletions
pytorch-gpu/Dockerfile
with
29 additions
and
12 deletions
keras3-cpu/Dockerfile
+
10
−
6
View file @
5b4b619c
...
...
@@ -61,7 +61,7 @@ RUN mamba install --yes \
USER
root
# install code-server and extensions
ENV
CODE_VERSION=4.10
0.3
ENV
CODE_VERSION=4.10
1.1
RUN
wget
--no-hsts
-q
https://github.com/coder/code-server/releases/download/v
$CODE_VERSION
/code-server_
${
CODE_VERSION
}
_amd64.deb
&&
\
dpkg
-i
code-server_
${
CODE_VERSION
}
_amd64.deb
&&
\
rm
-f
code-server_
${
CODE_VERSION
}
_amd64.deb
&&
\
...
...
@@ -90,17 +90,24 @@ USER ${NB_UID}
RUN
mamba
install
--yes
\
# system monitor
'bpytop' \
# textdistance
'textdistance' \
# umap + hdbscan
'umap-learn' \
'hdbscan' \
# gradio
'gradio' \
# optuna + plotly
# optuna + plotly
+ bokeh
'optuna' \
'plotly' \
# optional dependencies for pandas for read_html and to support Parquet files
'bokeh' \
# optional dependencies for pandas for read_html, read_excel and to support Parquet files
'lxml' \
'openpyxl' \
'pyarrow' \
'fastparquet' \
'pyogrio' \
'zstandard' \
# geo
'geemap' \
'geopandas' \
...
...
@@ -110,9 +117,6 @@ RUN mamba install --yes \
'networkx' \
'pyvis' \
'netgraph' \
# dependencies for gymnasium, install before gymnasium!
'swig' \
'moviepy' \
# dependencies for jupyter-vscode-proxy (?)
'rfc3339-validator' \
'rfc3986-validator' \
...
...
This diff is collapsed.
Click to expand it.
keras3-gpu/Dockerfile
+
10
−
3
View file @
5b4b619c
...
...
@@ -18,7 +18,7 @@ RUN apt-get update --yes && \
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
# install code-server and extensions
ENV
CODE_VERSION=4.10
0.3
ENV
CODE_VERSION=4.10
1.1
RUN
wget
--no-hsts
-q
https://github.com/coder/code-server/releases/download/v
$CODE_VERSION
/code-server_
${
CODE_VERSION
}
_amd64.deb
&&
\
dpkg
-i
code-server_
${
CODE_VERSION
}
_amd64.deb
&&
\
rm
-f
code-server_
${
CODE_VERSION
}
_amd64.deb
&&
\
...
...
@@ -45,17 +45,24 @@ USER ${NB_UID}
RUN
mamba
install
--yes
\
# system monitor
'bpytop' \
# textdistance
'textdistance' \
# umap + hdbscan
'umap-learn' \
'hdbscan' \
# gradio
'gradio' \
# optuna + plotly
# optuna + plotly
+ bokeh
'optuna' \
'plotly' \
# optional dependencies for pandas for read_html and to support Parquet files
'bokeh' \
# optional dependencies for pandas for read_html, read_excel and to support Parquet files
'lxml' \
'openpyxl' \
'pyarrow' \
'fastparquet' \
'pyogrio' \
'zstandard' \
# geopandas
'geopandas' \
'pysal' \
...
...
This diff is collapsed.
Click to expand it.
pytorch-gpu/Dockerfile
+
9
−
3
View file @
5b4b619c
...
...
@@ -18,7 +18,7 @@ RUN apt-get update --yes && \
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
# install code-server and extensions
ENV
CODE_VERSION=4.10
0.3
ENV
CODE_VERSION=4.10
1.1
RUN
wget
--no-hsts
-q
https://github.com/coder/code-server/releases/download/v
$CODE_VERSION
/code-server_
${
CODE_VERSION
}
_amd64.deb
&&
\
dpkg
-i
code-server_
${
CODE_VERSION
}
_amd64.deb
&&
\
rm
-f
code-server_
${
CODE_VERSION
}
_amd64.deb
&&
\
...
...
@@ -45,18 +45,24 @@ USER ${NB_UID}
RUN
mamba
install
--yes
\
# system monitor
'bpytop' \
# textdistance
'textdistance' \
# umap + hdbscan
'umap-learn' \
'hdbscan' \
# gradio
'gradio' \
# optuna + plotly
# optuna + plotly
+ bokeh
'optuna' \
'plotly' \
# optional dependencies for pandas for read_html and to support Parquet files
'bokeh' \
# optional dependencies for pandas for read_html, read_excel and to support Parquet files
'lxml' \
'openpyxl' \
'pyarrow' \
'fastparquet' \
'pyogrio' \
'zstandard' \
# geopandas
'geopandas' \
'pysal' \
...
...
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