Skip to content

Commit f983912

Browse files
Update Dockerfile.gpu2
1 parent e61dd19 commit f983912

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

automated_build/Dockerfile.gpu2

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,3 @@ ENV LUA_PATH='/root/.luarocks/share/lua/5.1/?.lua;/root/.luarocks/share/lua/5.1/
4242
LD_LIBRARY_PATH=/root/torch/install/lib:$LD_LIBRARY_PATH \
4343
DYLD_LIBRARY_PATH=/root/torch/install/lib:$DYLD_LIBRARY_PATH
4444
ENV LUA_CPATH='/root/torch/install/lib/?.so;'$LUA_CPATH
45-
46-
# Install the latest versions of nn, cutorch, cunn, cuDNN bindings and iTorch
47-
RUN luarocks install nn && \
48-
luarocks install cutorch && \
49-
luarocks install cunn && \
50-
\
51-
cd /root && git clone https://github.com/soumith/cudnn.torch.git && cd cudnn.torch && \
52-
git checkout R4 && \
53-
luarocks make && \
54-
\
55-
cd /root && git clone https://github.com/facebook/iTorch.git && \
56-
cd iTorch && \
57-
luarocks make
58-
59-
60-
# Set up notebook config
61-
COPY jupyter_notebook_config.py /root/.jupyter/
62-
63-
# Jupyter has issues with being run directly: https://github.com/ipython/ipython/issues/7062
64-
COPY run_jupyter.sh /root/
65-
66-
# Expose Ports for TensorBoard (6006), Ipython (8888)
67-
EXPOSE 6006 8888
68-
69-
WORKDIR "/root"
70-
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)