There was an error while loading. Please reload this page.
1 parent 5e3c030 commit 128ee3dCopy full SHA for 128ee3d
Dockerfile
@@ -55,11 +55,9 @@ RUN set -x \
55
&& rm -f gl-v0.8.8-linux-x86_64.tar.gz
56
57
COPY docker_deps/entrypoint.sh /root/
58
-COPY tests/test_libraries.py /tmp/
59
COPY configs/jupyter_notebook_config.py /root/.jupyter/
60
61
-RUN chmod +x /root/entrypoint.sh && \
62
- chown -R 777 /tmp/test_libraries.py
+RUN chmod +x /root/entrypoint.sh
63
64
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
65
ENV PYTHONPATH='/mnt/home/research/:/mnt/home/:$PYTHONPATH'
0 commit comments