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
987494dd
Commit
987494dd
authored
1 year ago
by
alice grosch
Browse files
Options
Downloads
Patches
Plain Diff
Update ENTRYPOINT cmd
parent
58601e4e
No related branches found
No related tags found
1 merge request
!2
restructure User Images
Pipeline
#165266
passed
1 year ago
Stage: build
Stage: build-lmod
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lmod/Dockerfile
+2
-1
2 additions, 1 deletion
lmod/Dockerfile
lmod/files/load_modules.sh
+4
-0
4 additions, 0 deletions
lmod/files/load_modules.sh
with
6 additions
and
1 deletion
lmod/Dockerfile
+
2
−
1
View file @
987494dd
...
...
@@ -46,7 +46,8 @@ RUN /bin/bash /opt/apps/install/lmod/install_lmod_8.7.sh
WORKDIR
/home/$NB_USER
COPY
files/bash.bashrc /etc/bash.bashrc
COPY
files/mnt.sh /tmp/mnt.sh
COPY
files/load_modules.sh /tmp/custom/load_modules.sh
RUN
/bin/bash /tmp/mnt.sh
&&
rm
/tmp/mnt.sh
USER
jovyan
ENTRYPOINT
["/bin/bash", "/tmp/custom/load_jupyter_version.sh", "&&", "/bin/bash", "/tmp/custom/load_jupyter_modules.sh"]
\ No newline at end of file
ENTRYPOINT
["/bin/bash", "-l", "-c", "source /tmp/custom/load_modules.sh"]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lmod/files/load_modules.sh
0 → 100644
+
4
−
0
View file @
987494dd
#!/bin/bash
source
/tmp/custom/load_jupyter_version.sh
source
/tmp/custom/load_jupyter_modules.sh
\ No newline at end of file
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