Update 'Dockerfile'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 20:06:51 +02:00
parent 69fe7fb1dd
commit f647e0ecbf

View File

@ -17,4 +17,3 @@ WORKDIR /app
COPY . /app
CMD [ "python", "./create_dataset.py"]