Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
user-jupyterlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
jupyterjsc
k8s
images
user-jupyterlab
Commits
4423f668
Commit
4423f668
authored
11 months ago
by
Tim Kreuzer
Browse files
Options
Downloads
Patches
Plain Diff
Undo unused changes
parent
e14c6e6b
No related branches found
No related tags found
1 merge request
!2
restructure User Images
Pipeline
#194527
passed
11 months ago
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
lmod/Dockerfile
+0
-4
0 additions, 4 deletions
lmod/Dockerfile
lmod/files/dnf_packages.txt
+0
-3
0 additions, 3 deletions
lmod/files/dnf_packages.txt
lmod/files/pip_packages.txt
+0
-1
0 additions, 1 deletion
lmod/files/pip_packages.txt
with
0 additions
and
8 deletions
lmod/Dockerfile
+
0
−
4
View file @
4423f668
...
...
@@ -16,10 +16,6 @@ RUN dnf -yq update && \
cat
/tmp/dnf_packages.txt | xargs dnf
install
-yq
&&
\
dnf clean all
&&
rm
/tmp/dnf_packages.txt
# Install python packages
COPY
files/pip_packages.txt /tmp/pip_packages.txt
RUN
pip3
install
-r
/tmp/pip_packages.txt
# Download and install curlftpfs
RUN
mkdir
-p
/opt/apps/install
COPY
--chown=root:root ./install_files/curlftpfs /opt/apps/install/curlftpfs
...
...
This diff is collapsed.
Click to expand it.
lmod/files/dnf_packages.txt
+
0
−
3
View file @
4423f668
...
...
@@ -9,9 +9,6 @@ make
openssh
openssh-clients
procps
python3
python3-pip
rsync
sudo
tcl-devel
vim
...
...
This diff is collapsed.
Click to expand it.
lmod/files/pip_packages.txt
deleted
100644 → 0
+
0
−
1
View file @
e14c6e6b
pyunicore
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