Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osanseviero
/
jupyter
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
92dc465
jupyter
/
Dockerfile
osanseviero
Update Dockerfile
92dc465
over 2 years ago
raw
Copy download link
history
blame
Safe
249 Bytes
FROM continuumio/miniconda3:
4.10
.
3p
1
RUN conda install
\
xarray
\
netCDF4
\
bottleneck
\
numpy
\
pandas
\
matplotlib
\
jupyterlab
RUN chown
1000
:
1000
/.local
CMD [
"jupyter-lab"
,
"--ip=0.0.0.0"
,
"--port=7860"
]