Update 'Dockerfile'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 18:32:29 +02:00
parent 4425890407
commit a324cb7eb7

View File

@ -20,4 +20,5 @@ COPY . /app
RUN chmod +x /app/create_dataset.py
CMD ["python", "create_dataset.py"]