DavMelchi commited on
Commit
edaa671
·
1 Parent(s): 0a6b72c

try build

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +2 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ USER ${NB_USER}
27
 
28
  EXPOSE 8765
29
 
30
- CMD ["solara", "run", "/home/jovyan/main.py", "--host=0.0.0.0"]
 
27
 
28
  EXPOSE 8765
29
 
30
+ CMD ["solara", "run", "main.py", "--host=0.0.0.0"]
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  solara
2
  python-calamine
3
  XlsxWriter
4
- plotly.express
 
 
1
  solara
2
  python-calamine
3
  XlsxWriter
4
+ plotly.express
5
+ ipyaggrid