Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
Container Registry
Model registry
Operate
Environments
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
containers
eic_container
Commits
58237ca1
Commit
58237ca1
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: rm python requirements install
parent
5e0bd49f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!707
feat: rm python requirements install
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
containers/jug/dev.Dockerfile
+0
-15
0 additions, 15 deletions
containers/jug/dev.Dockerfile
containers/jug/requirements.txt
+0
-1
0 additions, 1 deletion
containers/jug/requirements.txt
with
0 additions
and
16 deletions
containers/jug/dev.Dockerfile
+
0
−
15
View file @
58237ca1
...
...
@@ -136,21 +136,6 @@ RUN --mount=type=cache,target=/var/cache/spack,sharing=locked \
[
-z
"
${
CACHE_NUKE
}
"
]
\
||
rm
-rf
/var/cache/spack/mirror/
${
SPACK_VERSION
}
/build_cache/
*
## Extra post-spack steps:
## - Python packages
COPY
requirements.txt /usr/local/etc/requirements.txt
RUN
--mount
=
type
=
cache,target
=
/var/cache/pip,sharing
=
locked,id
=
${
TARGETPLATFORM
}
\
echo
"Installing additional python packages"
\
&&
source
$SPACK_ROOT
/share/spack/setup-env.sh
\
&&
spack
env
activate
--dir
${
SPACK_ENV
}
\
&&
python
-m
pip
install
\
--trusted-host
pypi.org
\
--trusted-host
files.pythonhosted.org
\
--cache-dir
/var/cache/pip
\
--requirement
/usr/local/etc/requirements.txt
\
--no-warn-script-location
# ^ Supress not on PATH Warnings
## Including some small fixes
RUN
echo
"Grabbing environment info"
\
&&
spack
env
activate
--sh
--dir
${
SPACK_ENV
}
\
...
...
This diff is collapsed.
Click to expand it.
containers/jug/requirements.txt
deleted
100644 → 0
+
0
−
1
View file @
5e0bd49f
pyunfold
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