We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769b66b commit 7c7112aCopy full SHA for 7c7112a
ondemand/Dockerfile
@@ -2,7 +2,7 @@ ARG HPCTS_VERSION=latest
2
3
FROM --platform=linux/amd64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-amd64
4
RUN dnf install -y https://yum.osc.edu/ondemand/3.0/ondemand-release-web-3.0-1.noarch.rpm
5
-RUN dnf install -y netcat ondemand ondemand-dex
+RUN dnf install -y netcat ondemand ondemand-dex libyaml-devel
6
RUN gem install rdoc -v 6.3.3
7
8
FROM --platform=linux/arm64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-arm64
0 commit comments