Skip to content

Commit

Permalink
Merge pull request #70 from chauhankaranraj/add-git-env-dockerfile
Browse files Browse the repository at this point in the history
Add git repo environment variables to dockerfile
  • Loading branch information
Karanraj Chauhan authored Oct 25, 2021
2 parents dd380c7 + 273a1f3 commit dce4468
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ ENV JUPYTER_ENABLE_LAB="1" \
THOTH_DRY_RUN="1" \
THAMOS_DEBUG="0" \
THAMOS_VERBOSE="1" \
THOTH_PROVENANCE_CHECK="0"
THOTH_PROVENANCE_CHECK="0" \
GIT_SSL_NO_VERIFY=true \
GIT_REPO_NAME="aicoe-osc-demo" \
GIT_REPO_URL="https://github.com/os-climate/aicoe-osc-demo"

USER root

Expand Down

0 comments on commit dce4468

Please sign in to comment.