Skip to content

Commit

Permalink
Minor Edit for restarting Docker Built
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragrank authored Dec 13, 2020
1 parent e4b0400 commit 10eb1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86

ENV PATH /root/miniconda3/bin:$PATH

# install conda packages required for analysis
# install python packages required for analysis
RUN conda config --append channels conda-forge && \
conda install -y docopt==0.6.2 \
feather-format==0.4.1 \
Expand Down

0 comments on commit 10eb1b9

Please sign in to comment.