updated Dockerfile

This commit is contained in:
Maciej Tyczynski 2023-07-24 21:12:04 +02:00
parent abab284e2e
commit d5014fbb40
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ RUN pip install torch
RUN pip install seaborn
RUN pip install mlflow
COPY ./zad1.py ./
CMD ["python3", 'zad1.py']
CMD ["python3", "zad1.py"]