Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBixley authored Nov 12, 2024
1 parent ec2f9dc commit ac76656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ac76656

Please sign in to comment.