update dockerfile
This commit is contained in:
parent
b3b7852072
commit
2591e7bfee
@ -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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user