Update 'Dockerfile'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 18:34:26 +02:00
parent a324cb7eb7
commit 04f5a43577

View File

@ -18,7 +18,4 @@ WORKDIR /app
COPY . /app
RUN chmod +x /app/create_dataset.py
CMD ["python", "create_dataset.py"]