File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ COPY ./requirements.txt /srv/jupyterhub/
163163RUN 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"
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ COPY ./requirements.txt /srv/jupyterhub/
193193RUN 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"
You can’t perform that action at this time.
0 commit comments