Skip to content

Commit

Permalink
Moved Dockerfile to empty repo except the config file as recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jun 10, 2024
1 parent 133efa4 commit 44efb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproduction/Dockerfile → reproduction/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /home/code
COPY . /home/code

# Copy jupyter config file
COPY ./docker/jupyter_notebook_config.py /root/.jupyter/jupyter_notebook_config.py
COPY ./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 44efb76

Please sign in to comment.