mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
Remove pip3 install command from Dockerfile
This commit is contained in:
parent
2fd6922983
commit
2ec749ad4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user