6 lines
150 B
Docker
6 lines
150 B
Docker
|
FROM ufoym/deepo:pytorch
|
||
|
LABEL maintainer="gongzhiqiang@alumni.sjtu.edu.cn"
|
||
|
|
||
|
WORKDIR /tmp
|
||
|
COPY requirements.txt ./
|
||
|
RUN pip install -r requirements.txt
|