Skip to content

Commit 3ce0330

Browse files
committed
#netpyne-132 removing geppetto from dockerfile since can be passed as part of the build_args
1 parent 74b0ee1 commit 3ce0330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN jupyter nbextension enable --py --sys-prefix jupyter_geppetto
4646
RUN jupyter nbextension enable --py --sys-prefix widgetsnbextension
4747
RUN jupyter serverextension enable --py --sys-prefix jupyter_geppetto
4848

49-
RUN python utilities/install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION} --workspace WORKSPACE_VERSION --npm-skip
49+
RUN python utilities/install.py ${BUILD_ARGS} --workspace WORKSPACE_VERSION --npm-skip
5050

5151
RUN jupyter labextension disable @jupyterlab/hub-extension
5252

0 commit comments

Comments
 (0)