mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
[jenkins] Make linux builds use requirements.txt
This commit is contained in:
parent
907827562b
commit
81346f5e4d
@ -1,7 +1,10 @@
|
|||||||
# See ../triqs/packaging for other options
|
# See ../triqs/packaging for other options
|
||||||
FROM flatironinstitute/triqs:master-ubuntu-clang
|
FROM flatironinstitute/triqs:master-ubuntu-clang
|
||||||
|
|
||||||
ARG APPNAME
|
ARG APPNAME
|
||||||
|
|
||||||
|
COPY requirements.txt /src/$APPNAME/requirements.txt
|
||||||
|
RUN pip install -r /src/$APPNAME/requirements.txt
|
||||||
|
|
||||||
COPY . $SRC/$APPNAME
|
COPY . $SRC/$APPNAME
|
||||||
WORKDIR $BUILD/$APPNAME
|
WORKDIR $BUILD/$APPNAME
|
||||||
RUN chown build .
|
RUN chown build .
|
||||||
|
Loading…
Reference in New Issue
Block a user