Spaces:
Sleeping
Sleeping
ST John commited on
Commit ·
bac1aa4
1
Parent(s): 9586cc3
remove matplotlib dependency by saving colormaps in our own module
Browse files- Dockerfile +1 -1
- llama-annotate +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ RUN cmake --build build
|
|
| 24 |
# COPY ./requirements.txt /code/requirements.txt
|
| 25 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 26 |
|
| 27 |
-
RUN pip install --no-cache-dir gradio
|
| 28 |
|
| 29 |
EXPOSE 7860
|
| 30 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
|
|
|
| 24 |
# COPY ./requirements.txt /code/requirements.txt
|
| 25 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 26 |
|
| 27 |
+
RUN pip install --no-cache-dir gradio numpy
|
| 28 |
|
| 29 |
EXPOSE 7860
|
| 30 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
llama-annotate
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 58a764509007360bbb95250e3174946a7219de5f
|