Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Oct 26, 2023
1 parent 512bebd commit 28bff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ui-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM python:3.11-slim

ENV GRADIO_SERVER_PORT=7680

RUN pip install --no-pip-cache gradio==3.50.2 huggingface-hub==0.18.0
RUN pip install --no-cache-dir gradio==3.50.2 huggingface-hub==0.18.0

0 comments on commit 28bff5f

Please sign in to comment.