Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 11:13:01 +02:00
parent f40e99277a
commit 4aa751778a

View File

@ -4,8 +4,6 @@ WORKDIR /script
RUN apt-get update && apt-get install -y
RUN pip install numpy
RUN pip install scikit-learn
RUN pip install pandas
RUN pip install --no-cache-dir -r requirements.txt
COPY . .