Skip to content

Commit f182fa4

Browse files
committed
[DOCKERFILE] Removed--symlink
Signed-off-by: Akash Ravi <[email protected]>
1 parent b97efb8 commit f182fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rm -rf /opt/conda/lib/python3.7/site-packages/notebook/templates && \
1010
cp -rl templates /opt/conda/lib/python3.7/site-packages/notebook/ && \
1111
ls && \
1212
cd SwanContents && pip install --no-deps . && \
13-
jupyter nbextension install --py swancontents --system --symlink
13+
jupyter nbextension install --py swancontents --system
1414

1515
RUN git clone https://github.com/Anaconda-Platform/nb_conda_kernels.git
1616
RUN cd nb_conda_kernels && \

0 commit comments

Comments
 (0)