We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da6cd0d + 454d158 commit 630ab16Copy full SHA for 630ab16
apptainer/cando-arch.def
@@ -20,14 +20,14 @@ From: ghcr.io/yitzchak/archlinux-makepkg:latest
20
export PATH="/home/cando/miniconda3/bin:${PATH}"
21
conda install -y -c conda-forge jupyterlab sidecar ambertools
22
jupyter-lab build
23
- mkdir /home/cando/.cache
24
- cando -e "(load -e "(ql:quickload :cando-jupyter)" -e "(core:exit)"
+# mkdir /home/cando/.cache
+ cando -e "(ql:quickload :cando-jupyter)" -e "(core:exit)"
25
chmod -R ugo+rw /home/cando/
26
27
%environment
28
29
export AMBERHOME=/home/cando/miniconda3
30
- export XDG_CACHE_HOME=/home/cando/.cache
+# export XDG_CACHE_HOME=/home/cando/.cache
31
32
33
0 commit comments