fix
This commit is contained in:
parent
2dba0cdfe5
commit
f36cc25970
@ -18,14 +18,14 @@ RUN python3 -m pip install pymongo
|
||||
|
||||
COPY ./zadanie1.py ./
|
||||
COPY ./Customers.csv ./
|
||||
COPY ./sacred_train.py ./
|
||||
COPY ./test.py ./
|
||||
COPY ./train.py ./
|
||||
COPY ./cifar_net.pth ./
|
||||
|
||||
RUN chmod +r ./Customers.csv
|
||||
RUN chmod +x ./zadanie1.py
|
||||
RUN chmod +x ./train.py
|
||||
RUN chmod +x ./sacred_train.py
|
||||
RUN chmod +x ./test.py
|
||||
|
||||
RUN dvc pull
|
||||
RUN dvc repro
|
Loading…
Reference in New Issue
Block a user