Update 'Dockerfile'
This commit is contained in:
parent
b4c9613bb8
commit
7158f73271
11
Dockerfile
11
Dockerfile
@ -0,0 +1,11 @@
|
||||
FROM continuumio/anaconda3:latest
|
||||
|
||||
WORKDIR /script
|
||||
|
||||
RUN apt-get update && apt-get install -y
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY iumz_434686.py .
|
||||
|
||||
CMD python ./create-dataset.py
|
Loading…
Reference in New Issue
Block a user