Update 'Dockerfile'

This commit is contained in:
Mikołaj Perz 2023-04-20 20:57:35 +02:00
parent e0f3bc7740
commit 35da105727

View File

@ -10,7 +10,7 @@ WORKDIR /app
# Copy the current directory contents into the container at /app
COPY requirements.txt /app/requirements.txt
COPY main.py /app/main.py
COPY dataset.py /app/dataset.py
RUN mkdir results
# Install any needed packages specified in requirements.txt