Skip to content

Commit 630ab16

Browse files
committed
Merge branch 'main'
of github.com:clasp-developers/clasp
2 parents da6cd0d + 454d158 commit 630ab16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apptainer/cando-arch.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ From: ghcr.io/yitzchak/archlinux-makepkg:latest
2020
export PATH="/home/cando/miniconda3/bin:${PATH}"
2121
conda install -y -c conda-forge jupyterlab sidecar ambertools
2222
jupyter-lab build
23-
mkdir /home/cando/.cache
24-
cando -e "(load -e "(ql:quickload :cando-jupyter)" -e "(core:exit)"
23+
# mkdir /home/cando/.cache
24+
cando -e "(ql:quickload :cando-jupyter)" -e "(core:exit)"
2525
chmod -R ugo+rw /home/cando/
2626

2727
%environment
2828
export PATH="/home/cando/miniconda3/bin:${PATH}"
2929
export AMBERHOME=/home/cando/miniconda3
30-
export XDG_CACHE_HOME=/home/cando/.cache
30+
# export XDG_CACHE_HOME=/home/cando/.cache
3131

3232

3333

0 commit comments

Comments
 (0)