This commit is contained in:
Nick
2019-11-01 12:54:28 -06:00
4 changed files with 24 additions and 4 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
FROM nvcr.io/nvidia/tensorflow:19.08-py3
ENV APP_HOME /app
WORKDIR $APP_HOME
COPY . ./
RUN git clone http://github.com/nickwalton/AIDungeon.git
RUN cd AIDungeon
RUN pip install -r requirements.txt
RUN cd generator/ctrl