We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c53931 commit 282bc00Copy full SHA for 282bc00
1 file changed
ondemand/Dockerfile
@@ -3,7 +3,7 @@ ARG HPCTS_VERSION=latest
3
FROM --platform=linux/amd64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-amd64
4
RUN dnf install -y https://yum.osc.edu/ondemand/2.0/ondemand-release-web-2.0-1.noarch.rpm
5
RUN dnf install -y netcat ondemand ondemand-dex
6
-RUN sed -i 's/\-nohttpd//' /opt/ood/ondemand/root/usr/share/gems/2.7/ondemand/2.0.26/gems/ood_core-0.19.0/lib/ood_core/batch_connect/templates/vnc.rb
+RUN sed -i 's/\-nohttpd//' /opt/ood/ondemand/root/usr/share/gems/2.7/ondemand/2.0.27/gems/ood_core-0.19.0/lib/ood_core/batch_connect/templates/vnc.rb
7
8
FROM --platform=linux/arm64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-arm64
9
RUN dnf install -y file lsof sudo gcc gcc-c++ git \
0 commit comments