I am looking for a minimal Docker image for a Panel Server. I have built up a environment.yml
that I need to run the server and apps. Each app corresponds to a Jupyter Notebook and is in the same directory on the host. So far I have ran into some errors concerning local files, due to incorrectly mmounting the volume
on my image and some cross-origin or server errors, due to ARG bokeh_allow_ws_origin=...
ENV BOKEH_ALLOW_WS_ORIGIN=$bokeh_allow_ws_origin
I am assuming. My question is what would be the lightest Docker image where Mamba is used to install my environment.yml
, a host directory full of .ipynb
files aand static flies is mounted and the Panel server is spun up serving all the Notebooks in the mounted volume?
Asked
Active
Viewed 69 times
0

Curious
- 383
- 3
- 13