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 8e3df23 commit fdeecf0Copy full SHA for fdeecf0
Dockerfile
@@ -68,9 +68,9 @@ RUN set -ex && \
68
python --version
69
RUN chmod 777 /pyenv-root
70
71
-ARG REPO_NAME="https://github.com/GitHK/osparc-simcore-forked.git"
72
-ARG BRANCH_NAME="pr-osparc-ooil-escape-additional-env-vars"
73
-ARG COMMIT_SHA="2dc3eb97c24435c08438e939a95f1da1a9b7839b"
+ARG REPO_NAME="https://github.com/ITISFoundation/osparc-simcore.git"
+ARG BRANCH_NAME="master"
+ARG COMMIT_SHA="e805af68b702a713b15734e794679a09eea849ec"
74
ARG CLONE_DIR="/osparc"
75
76
# ooil installation
0 commit comments