rsignell commited on
Commit
8ac84a8
1 Parent(s): 51bc304

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ CMD panel serve \
15
  --allow-websocket-origin="*" \
16
  --port="7860" \
17
  --address="0.0.0.0" \
18
- /examples/CONUS404_Panel_App.ipynb
19
 
20
  RUN mkdir /.cache
21
  RUN chmod 777 /.cache
 
15
  --allow-websocket-origin="*" \
16
  --port="7860" \
17
  --address="0.0.0.0" \
18
+ /examples/HRRR-Explorer.ipynb
19
 
20
  RUN mkdir /.cache
21
  RUN chmod 777 /.cache