We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794fc6a commit b22ea41Copy full SHA for b22ea41
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/methods-group/proximalgalerkin:v0.4.0 AS pg
+FROM ghcr.io/methods-group/proximalgalerkin:v0.5.0 AS pg
2
3
4
# create user with a home directory
@@ -30,4 +30,4 @@ COPY --chown=${NB_UID} . ${HOME}
30
31
USER ${NB_USER}
32
RUN python3 -m pip install -e .
33
-ENTRYPOINT []
+ENTRYPOINT []
0 commit comments