From 2591e7bfee7cbdceae6809617ea4f5752d40cf84 Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Wed, 4 May 2022 16:55:20 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2eefe94..3fc295d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pip3 install numpy RUN pip3 install wheel --no-deps -U RUN pip3 install torch RUN pip3 install sacred -RUN pip3 install GitPython +RUN pip3 install GitPython #RUN pip3 install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/#tensorflow-0.12.0-py3-none-any.whl #RUN pip3 install keras RUN apt-get install unzip @@ -31,6 +31,7 @@ WORKDIR /app COPY download.sh . COPY Zajecia_2/main.py . COPY Biblioteka_DL/dllib.py . +COPY Biblioteka_DL/dllib-sacred.py . COPY Biblioteka_DL/evaluate.py . COPY Biblioteka_DL/all_games.csv .