Update 'create.dockerfile'
This commit is contained in:
parent
f40e99277a
commit
4aa751778a
@ -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 . .
|
Loading…
Reference in New Issue
Block a user