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 c2e6577 commit 18908dbCopy full SHA for 18908db
Dockerfile
@@ -3,7 +3,7 @@ LABEL org.opencontainers.image.source="https://github.com/openbraininstitute/hpc
3
4
ARG SETUPTOOLS_SCM_PRETEND_VERSION
5
6
-RUN dnf -y install nodejs findutils && python3 -m pip install aws-parallelcluster==3.13.0 awslambdaric
+RUN dnf -y install nodejs findutils && python3 -m pip install aws-parallelcluster==3.13.1 awslambdaric
7
8
ADD hpc_provisioner /opt/hpc_provisioner
9
RUN python3 -m pip install /opt/hpc_provisioner
0 commit comments