You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t_run "pip-containerize new --slim --prefix tykky_test requirements.txt""Creating slim container works"
14
14
t_run "singularity exec tykky_test/container.sif cat /etc/os-release | grep 'Debian'""Slim container is actually using debian"
15
15
t_run "pip-containerize update --post-install extra.txt tykky_test""Updating a slim container works"
16
-
t_run "pip-containerize new --slim --pyver 3.13.2-slim-bullseye --prefix tykky_test2 requirements.txt | grep 'Python 3.13.2'""--pyver flag does not break"
17
-
t_run "tykky_test2/bin/python --version | grep 'Python 3.13.2""Correct python version used"
16
+
t_run "pip-containerize new --slim --pyver 3.13.2-slim-bullseye --prefix tykky_test2 requirements.txt""--pyver flag does not break"
17
+
t_run "tykky_test2/bin/python --version | grep 'Python 3.13.2'""Correct python version used"
0 commit comments