Skip to content

Commit b682947

Browse files
committed
Dockerfile update.
1 parent ecd5306 commit b682947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile_singleuser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ COPY ./requirements.txt /srv/jupyterhub/
163163
RUN pip3 install --no-cache-dir -r /srv/jupyterhub/requirements.txt
164164

165165
# install requirements for working with cogstack scripts
166-
RUN pip3 install --no-cache-dir -r notebooks/demo_working_with_cogstack/requirements.txt
166+
#RUN pip3 install --no-cache-dir -r notebooks/demo_working_with_cogstack/requirements.txt
167167

168168
# Get the spacy model
169169
#ARG SPACY_MODELS="en_core_web_sm en_core_web_md en_core_web_lg"

Dockerfile_singleuser_gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ COPY ./requirements.txt /srv/jupyterhub/
193193
RUN pip3 install --no-cache-dir -r /srv/jupyterhub/requirements.txt
194194

195195
# install requirements for working with cogstack scripts
196-
RUN pip3 install --no-cache-dir -r notebooks/demo_working_with_cogstack/requirements.txt
196+
#RUN pip3 install --no-cache-dir -r notebooks/demo_working_with_cogstack/requirements.txt
197197

198198
# Get the spacy model
199199
#ARG SPACY_MODELS="en_core_web_sm en_core_web_md en_core_web_lg"

0 commit comments

Comments
 (0)