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
18aa845f
Commit
18aa845f
authored
1 year ago
by
Tim Kreuzer
Browse files
Options
Downloads
Patches
Plain Diff
add pyunicore package
parent
df5c409b
No related branches found
No related tags found
No related merge requests found
Pipeline
#191563
failed
1 year ago
Stage: build
Stage: build-lmod
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
lmod/Dockerfile
+6
-1
6 additions, 1 deletion
lmod/Dockerfile
lmod/files/dnf_packages.txt
+1
-0
1 addition, 0 deletions
lmod/files/dnf_packages.txt
lmod/files/pip_packages.txt
+1
-0
1 addition, 0 deletions
lmod/files/pip_packages.txt
with
8 additions
and
1 deletion
lmod/Dockerfile
+
6
−
1
View file @
18aa845f
...
@@ -15,6 +15,11 @@ RUN dnf -yq update && \
...
@@ -15,6 +15,11 @@ RUN dnf -yq update && \
dnf
-yq
install
epel-release findutils
&&
\
dnf
-yq
install
epel-release findutils
&&
\
cat
/tmp/dnf_packages.txt | xargs dnf
install
-yq
&&
\
cat
/tmp/dnf_packages.txt | xargs dnf
install
-yq
&&
\
dnf clean all
&&
rm
/tmp/dnf_packages.txt
dnf clean all
&&
rm
/tmp/dnf_packages.txt
# Install python packages
COPY
files/pip_packages.txt /tmp/pip_packages.txt
RUN
pip
install
-r
/tmp/pip_packages.txt
# Download and install curlftpfs
# Download and install curlftpfs
RUN
mkdir
-p
/opt/apps/install
RUN
mkdir
-p
/opt/apps/install
COPY
--chown=root:root ./install_files/curlftpfs /opt/apps/install/curlftpfs
COPY
--chown=root:root ./install_files/curlftpfs /opt/apps/install/curlftpfs
...
...
This diff is collapsed.
Click to expand it.
lmod/files/dnf_packages.txt
+
1
−
0
View file @
18aa845f
...
@@ -10,6 +10,7 @@ openssh
...
@@ -10,6 +10,7 @@ openssh
openssh-clients
openssh-clients
procps
procps
python3
python3
python3-pip
rsync
rsync
sudo
sudo
tcl-devel
tcl-devel
...
...
This diff is collapsed.
Click to expand it.
lmod/files/pip_packages.txt
0 → 100644
+
1
−
0
View file @
18aa845f
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