Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN pip install typing-extensions
|
|
11 |
RUN pip install "scikit-learn==1.3.2"
|
12 |
RUN pip install "turftopic[topic-wizard, opentsne]"
|
13 |
RUN pip install openTSNE
|
|
|
14 |
|
15 |
RUN useradd -m -u 1000 user
|
16 |
# Switch to the "user" user
|
|
|
11 |
RUN pip install "scikit-learn==1.3.2"
|
12 |
RUN pip install "turftopic[topic-wizard, opentsne]"
|
13 |
RUN pip install openTSNE
|
14 |
+
RUN pip install plotly==5.18.0
|
15 |
|
16 |
RUN useradd -m -u 1000 user
|
17 |
# Switch to the "user" user
|