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 9bbf12a commit 554fc52Copy full SHA for 554fc52
Dockerfile
@@ -72,9 +72,9 @@ RUN set -ex && \
72
python --version
73
RUN chmod 777 /pyenv-root
74
75
-ARG REPO_NAME="https://github.com/itisfoundation/osparc-simcore.git"
76
-ARG BRANCH_NAME="master"
77
-ARG COMMIT_SHA="da1e85f03b76c7a51062652abfa3f842dcb33e0a"
+ARG REPO_NAME="https://github.com/GitHK/osparc-simcore-forked.git"
+ARG BRANCH_NAME="pr-osparc-upgrade-ooil"
+ARG COMMIT_SHA="985dfe19e54a2623c766b20971a86991f72933cd"
78
ARG CLONE_DIR="/osparc"
79
80
# cloning and installing ooil
0 commit comments