Update 'create.dockerfile'
This commit is contained in:
parent
26ee9b98c0
commit
c2271aec32
@ -4,8 +4,12 @@ WORKDIR /script
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y
|
RUN apt-get update && apt-get install -y
|
||||||
|
|
||||||
|
COPY iumz_434686 .
|
||||||
|
|
||||||
|
RUN cd ./
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY iumz_434686.py .
|
|
||||||
|
|
||||||
CMD python ./create-dataset.py
|
CMD python ./create-dataset.py
|
Loading…
Reference in New Issue
Block a user