aiproject / Dockerfile
jbraha's picture
add initial configuration
d659c31
raw
history blame
161 Bytes
FROM tensorflow/tensorflow
WORKDIR /app
# Install pip requirements
# COPY requirements.txt .
# RUN python -m pip install -r requirements.txt
COPY . /app
#CMD