Skip to content

Commit 128ee3d

Browse files
authored
No tests
1 parent 5e3c030 commit 128ee3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ RUN set -x \
5555
&& rm -f gl-v0.8.8-linux-x86_64.tar.gz
5656

5757
COPY docker_deps/entrypoint.sh /root/
58-
COPY tests/test_libraries.py /tmp/
5958
COPY configs/jupyter_notebook_config.py /root/.jupyter/
6059

61-
RUN chmod +x /root/entrypoint.sh && \
62-
chown -R 777 /tmp/test_libraries.py
60+
RUN chmod +x /root/entrypoint.sh
6361

6462
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
6563
ENV PYTHONPATH='/mnt/home/research/:/mnt/home/:$PYTHONPATH'

0 commit comments

Comments
 (0)