Skip to content

Commit f53f02a

Browse files
authored
Merge pull request #156 from ubccr/isc-hpc-updates
Minor bug fixes
2 parents 840f7f3 + fabb302 commit f53f02a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

coldfront/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ then
3232
fi
3333

3434
echo "-- Generating static css files..."
35-
coldfront collectstatic
35+
coldfront collectstatic --no-input
3636

3737
echo "---> Starting nginx on coldfront..."
3838
/sbin/nginx

slurm/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dnf install -y \
3434
turbovnc \
3535
mariadb-devel \
3636
python39 \
37+
python39-devel \
3738
python2-numpy \
3839
kitty-terminfo \
3940
stress

0 commit comments

Comments
 (0)