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
c1c7e38d
Commit
c1c7e38d
authored
1 year ago
by
Tim Kreuzer
Browse files
Options
Downloads
Patches
Plain Diff
minor fixes
parent
18aa845f
No related branches found
No related tags found
No related merge requests found
Pipeline
#191564
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
lmod/Dockerfile
+1
-1
1 addition, 1 deletion
lmod/Dockerfile
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
3
View file @
c1c7e38d
stages
:
stages
:
-
build
-
build
-
build-lmod
build
:
build
-venv
:
stage
:
build
stage
:
build
image
:
image
:
name
:
gcr.io/kaniko-project/executor:debug
name
:
gcr.io/kaniko-project/executor:debug
...
@@ -15,7 +14,7 @@ build:
...
@@ -15,7 +14,7 @@ build:
-
if
:
$CI_COMMIT_TAG
-
if
:
$CI_COMMIT_TAG
build-lmod
:
build-lmod
:
stage
:
build
-lmod
stage
:
build
image
:
image
:
name
:
gcr.io/kaniko-project/executor:debug
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
...
...
This diff is collapsed.
Click to expand it.
lmod/Dockerfile
+
1
−
1
View file @
c1c7e38d
...
@@ -18,7 +18,7 @@ RUN dnf -yq update && \
...
@@ -18,7 +18,7 @@ RUN dnf -yq update && \
# Install python packages
# Install python packages
COPY
files/pip_packages.txt /tmp/pip_packages.txt
COPY
files/pip_packages.txt /tmp/pip_packages.txt
RUN
pip
install
-r
/tmp/pip_packages.txt
RUN
pip
3
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
...
...
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