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
Merge requests
!47
Update code-server to 4.100.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update code-server to 4.100.1
development
into
master
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Update code-server to 4.100.1
Christof Kaufmann
requested to merge
development
into
master
2 months ago
Overview
0
Commits
2
Pipelines
0
Changes
3
update code-server to 4.100.1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a0f89c8c
2 commits,
2 months ago
3 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
keras3-cpu/Dockerfile
+
1
−
1
View file @ a0f89c8c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -61,7 +61,7 @@ RUN mamba install --yes \
USER
root
# install code-server and extensions
ENV
CODE_VERSION=4.
99.3
ENV
CODE_VERSION=4.
100.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
&&
\
Loading