umgefahren
commited on
Commit
·
11d67d0
1
Parent(s):
051ab4e
Add plotly dependency
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -38,6 +38,7 @@ RUN python -m pip install opencv-python
|
|
38 |
RUN python -m pip install requests
|
39 |
|
40 |
RUN python -m pip install gradio
|
|
|
41 |
|
42 |
COPY --chown=user . $HOME/app
|
43 |
|
|
|
38 |
RUN python -m pip install requests
|
39 |
|
40 |
RUN python -m pip install gradio
|
41 |
+
RUN python -m pip install plotly
|
42 |
|
43 |
COPY --chown=user . $HOME/app
|
44 |
|