Skip to content

Commit ea06625

Browse files
author
Charlotte Godley
committed
try installing requirements first
1 parent b1fab41 commit ea06625

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ COPY setup.cfg ./dsbuild
1212
COPY MANIFEST.in ./dsbuild
1313
COPY requirements.txt ./dsbuild
1414

15-
RUN cd dsbuild ; python3 setup.py install
15+
16+
RUN cd dsbuild ; pip3 install -r requirements.txt && pip3 install .
1617
#RUN rm -rf dsbuild

0 commit comments

Comments
 (0)