We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd0e90 commit 6e9cec9Copy full SHA for 6e9cec9
1 file changed
Dockerfile
@@ -35,5 +35,5 @@ RUN python install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION}
35
WORKDIR ${INSTALLATION_FOLDER}
36
37
RUN pip install -r requirements-test.txt
38
-RUN pytest tests/backend
+# RUN pytest tests/backend
39
CMD /bin/bash -c "jupyter notebook --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui --NotebookApp.disable_check_xsrf=True"
0 commit comments