Skip to content

Commit

Permalink
Remove pip3 install command from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Mar 22, 2024
1 parent 2fd6922 commit 2ec749a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
FROM flatironinstitute/triqs:unstable-ubuntu-clang
ARG APPNAME=app4triqs

COPY requirements.txt /src/$APPNAME/requirements.txt
RUN pip3 install -r /src/$APPNAME/requirements.txt
# Install here missing dependencies, e.g.
# RUN apt-get install -y python3-skimage

COPY --chown=build . $SRC/$APPNAME
WORKDIR $BUILD/$APPNAME
Expand Down

0 comments on commit 2ec749a

Please sign in to comment.