diff --git a/docker/Dockerfile b/docker/Dockerfile index cd6b730..bca992a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -26,8 +26,8 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh - && rm -f /miniconda.sh # copy the repo source (e.g. notebooks) to the container image -ARG ML101_HASH="55c6ad0a64c9e6a552425cbd872f77da8cc1b87b" -RUN git clone https://github.com/nesi/sklearn_tutorial.git /opt/sklearn_tutorial \ +ARG ML101_HASH="4fd0340acf877a634fd0b0eac4cc0eeffe57fc66" +RUN git clone https://github.com/nesi/ml101_workshop.git /opt/sklearn_tutorial \ && cd /opt/sklearn_tutorial \ && git checkout $ML101_HASH \ && rm -rf /opt/sklearn_tutorial/.git \