ST John commited on
Commit
bac1aa4
·
1 Parent(s): 9586cc3

remove matplotlib dependency by saving colormaps in our own module

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. 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 matplotlib numpy
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 37411b08aca9f8000e9feede02b5807e350e4a19
 
1
+ Subproject commit 58a764509007360bbb95250e3174946a7219de5f