File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11FROM python:3.7-alpine
22
3- MAINTAINER Eric Kin Ho Lee
3+ LABEL maintainer= " Eric Kin Ho Lee"
44
55RUN apk --update add --no-cache g++ make
66
Original file line number Diff line number Diff line change 11FROM tensorflow/tensorflow:1.13.2-gpu-py3-jupyter
22
3- MAINTAINER Eric Kin Ho Lee version: 0.1
3+ LABEL maintainer="Eric Kin Ho Lee" \
4+ version="0.1"
45
56COPY ./foundations_gpu_requirements.txt /tmp/foundations_gpu_requirements.txt
67COPY ./run.sh /prejob/run.sh
Original file line number Diff line number Diff line change 11FROM tensorflow/tensorflow:1.13.2-py3-jupyter
22
3- MAINTAINER Eric Kin Ho Lee version: 0.1
3+ LABEL maintainer="Eric Kin Ho Lee" \
4+ version="0.1"
45
56COPY ./foundations_gpu_requirements.txt /tmp/foundations_gpu_requirements.txt
67COPY ./run.sh /prejob/run.sh
You can’t perform that action at this time.
0 commit comments