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...
d0d91ab
jupyter
/
Dockerfile
osanseviero
Update Dockerfile
d0d91ab
over 2 years ago
raw
Copy download link
history
blame
215 Bytes
FROM continuumio/miniconda3:
4.10
.
3p
1
RUN conda install
\
xarray
\
netCDF4
\
bottleneck
\
numpy
\
pandas
\
matplotlib
\
jupyterlab
CMD [
"jupyter-lab"
,
"--ip=0.0.0.0"
,
"--port=7860"
]