Skip to content

Commit

Permalink
Amended paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jun 10, 2024
1 parent 472ccea commit 0349d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reproduction/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ RUN mkdir /home/code
WORKDIR /home/code

# Copy all files across to container
COPY . /home/code
COPY ./reproduction /home/code

# Copy jupyter config file
COPY jupyter_notebook_config.py /root/.jupyter/jupyter_notebook_config.py
COPY ./reproduction/docker/jupyter_notebook_config.py /root/.jupyter/jupyter_notebook_config.py

# Install anaconda, conda-forge and pip dependencies
RUN conda update conda && conda env create -f environment.yaml && conda clean -afy
Expand Down

0 comments on commit 0349d5f

Please sign in to comment.