Skip to content

Commit 554fc52

Browse files
author
Andrei Neagu
committed
added ooil with escaping
1 parent 9bbf12a commit 554fc52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ RUN set -ex && \
7272
python --version
7373
RUN chmod 777 /pyenv-root
7474

75-
ARG REPO_NAME="https://github.com/itisfoundation/osparc-simcore.git"
76-
ARG BRANCH_NAME="master"
77-
ARG COMMIT_SHA="da1e85f03b76c7a51062652abfa3f842dcb33e0a"
75+
ARG REPO_NAME="https://github.com/GitHK/osparc-simcore-forked.git"
76+
ARG BRANCH_NAME="pr-osparc-upgrade-ooil"
77+
ARG COMMIT_SHA="985dfe19e54a2623c766b20971a86991f72933cd"
7878
ARG CLONE_DIR="/osparc"
7979

8080
# cloning and installing ooil

0 commit comments

Comments
 (0)