progress: common data directory
This commit is contained in:
@@ -13,8 +13,9 @@ RUN useradd -m -s /bin/bash oleg
|
||||
RUN mkdir -p /workspace/tf_cache
|
||||
|
||||
# Install packages
|
||||
RUN pip install tensorflow-gpu
|
||||
RUN pip install jupyterlab
|
||||
RUN pip install pandas
|
||||
RUN pip install numpy
|
||||
RUN pip install plotly
|
||||
|
||||
# Install additional applications
|
||||
@@ -28,4 +29,4 @@ WORKDIR /workspace
|
||||
EXPOSE ${JUPYTER_PORT}
|
||||
|
||||
# Command to run JupyterLab
|
||||
CMD ["jupyter-lab", "--ip=0.0.0.0", "--port=9999", "--no-browser", "--allow-root", "--NotebookApp.token=''"]
|
||||
CMD ["sh", "-c", "jupyter lab --ip=0.0.0.0 --port=9999 --allow-root --no-browser --NotebookApp.token=''"]
|
||||
Reference in New Issue
Block a user