We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 840f7f3 + fabb302 commit f53f02aCopy full SHA for f53f02a
2 files changed
coldfront/entrypoint.sh
@@ -32,7 +32,7 @@ then
32
fi
33
34
echo "-- Generating static css files..."
35
- coldfront collectstatic
+ coldfront collectstatic --no-input
36
37
echo "---> Starting nginx on coldfront..."
38
/sbin/nginx
slurm/install.sh
@@ -34,6 +34,7 @@ dnf install -y \
turbovnc \
mariadb-devel \
python39 \
+ python39-devel \
python2-numpy \
39
kitty-terminfo \
40
stress
0 commit comments