Skip to content
Snippets Groups Projects
Commit ab1504ce authored by Siegfried Albrecht's avatar Siegfried Albrecht
Browse files

change docker image on new commits

parent c45e50a8
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,8 @@ RUN apt install git -y
RUN apt install -y\
python3 python3-dev gcc \
gfortran musl-dev
ADD https://git.cs.uni-paderborn.de/api/v4/projects/10127/repository/commits latest_commit
RUN git clone https://git.cs.uni-paderborn.de/sial/prioss-assignment.git .
run pwd
run ls
RUN pip install -r requirements.txt
EXPOSE 8050
CMD ["python", "app.py"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment