File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff 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
4444ENV 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"]
You can’t perform that action at this time.
0 commit comments