Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorial-error-estimates-qrf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
ai-toolkit
tutorial-error-estimates-qrf
Commits
235de65e
Commit
235de65e
authored
Oct 18, 2024
by
Adam Fekete
Browse files
Options
Downloads
Patches
Plain Diff
update bae image
parent
c00a7edd
No related branches found
No related tags found
1 merge request
!3
Refactor the final notebbok
Pipeline
#223868
passed
Oct 18, 2024
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
requirements.in
+0
-1
0 additions, 1 deletion
requirements.in
with
3 additions
and
4 deletions
Dockerfile
+
3
−
3
View file @
235de65e
ARG
BASE_IMAGE=jupyter/scipy-notebook:python-3.11
ARG
BASE_IMAGE=
quay.io/
jupyter/scipy-notebook:python-3.11
FROM
$BASE_IMAGE
FROM
$BASE_IMAGE
# ================================================================================
# ================================================================================
...
@@ -16,8 +16,8 @@ FROM $BASE_IMAGE
...
@@ -16,8 +16,8 @@ FROM $BASE_IMAGE
# && fix-permissions "/home/${NB_USER}"
# && fix-permissions "/home/${NB_USER}"
# Install from the requirements.txt file
# Install from the requirements.txt file
COPY
--chown=${NB_UID}:${NB_GID} requirements.
txt
/tmp/
COPY
--chown=${NB_UID}:${NB_GID} requirements.
in
/tmp/
RUN
pip
install
--no-cache-dir
--requirement
/tmp/requirements.
txt
&&
\
RUN
pip
install
--no-cache-dir
--requirement
/tmp/requirements.
in
&&
\
fix-permissions
"
${
CONDA_DIR
}
"
&&
\
fix-permissions
"
${
CONDA_DIR
}
"
&&
\
fix-permissions
"/home/
${
NB_USER
}
"
fix-permissions
"/home/
${
NB_USER
}
"
...
...
...
...
This diff is collapsed.
Click to expand it.
requirements.in
+
0
−
1
View file @
235de65e
# x
matplotlib
matplotlib
numpy
numpy
pandas
pandas
...
...
...
...
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
sign in
to comment