Skip to content

Commit

Permalink
minor fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawaeee committed Feb 10, 2022
1 parent 762a811 commit fb40e0d
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 @@ -27,7 +27,7 @@ RUN wget https://github.com/Kawaeee/butt_or_bread/releases/download/v1.2/buttbre

# Install python packages
RUN pip install --upgrade pip
RUN pip install -r requirements.txt --no-cache-dir
RUN pip install -r /opt/butt_or_bread/requirements.txt --no-cache-dir

# House-keeping
RUN conda clean -a -y
Expand Down

0 comments on commit fb40e0d

Please sign in to comment.