*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit f26a183b authored by Muck, Katrin's avatar Muck, Katrin
Browse files

Added activation of conda environment to rapids-1-2 image and built it

parent 0414c29d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
source /opt/conda/etc/profile.d/conda.sh
conda activate rapids
...@@ -4,6 +4,7 @@ From: {{var['docker-image']}} ...@@ -4,6 +4,7 @@ From: {{var['docker-image']}}
%files %files
./tools/requirements.txt /requirements.txt ./tools/requirements.txt /requirements.txt
./tools/vsc-singleuser.sh /usr/local/bin/vsc-singleuser.sh ./tools/vsc-singleuser.sh /usr/local/bin/vsc-singleuser.sh
./nvidia/activate-rapids.sh /usr/local/bin/before-notebook.d/activate-rapids.sh
%environment %environment
export TINI_SUBREAPER=true export TINI_SUBREAPER=true
...@@ -11,4 +12,4 @@ export TINI_SUBREAPER=true ...@@ -11,4 +12,4 @@ export TINI_SUBREAPER=true
%post %post
/opt/conda/envs/rapids/bin/pip install -r /requirements.txt /opt/conda/envs/rapids/bin/pip install -r /requirements.txt
rm -f /requirements.txt rm -f /requirements.txt
rm -f /install-packages-conda.sh rm -f /install-packages-conda.sh
\ No newline at end of file
File moved
...@@ -3,5 +3,5 @@ batchspawner==1.1.0 ...@@ -3,5 +3,5 @@ batchspawner==1.1.0
# in the singularity image - so skip it for now # in the singularity image - so skip it for now
#jupyterlab-slurm==3.0.1 #jupyterlab-slurm==3.0.1
jupyterlab-system-monitor==0.8.0 jupyterlab-system-monitor==0.8.0
jupyterlab-git==0.34.2 jupyterlab-git==0.37.1
jupyterlab-widgets==1.0.2 jupyterlab-widgets==1.1.0
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment