Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
prgrmcode committed Jan 5, 2025
2 parents f13e44b + 47da9fc commit 0d24037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10-slim

# Add build argument
# ARG HUGGINGFACE_API_KEY
ENV HUGGINGFACE_API_KEY=${HUGGINGFACE_API_KEY}
# ENV HUGGINGFACE_API_KEY=${HUGGINGFACE_API_KEY}

# System dependencies
RUN apt-get update && apt-get install -y \
Expand Down Expand Up @@ -40,4 +40,4 @@ RUN --mount=type=secret,id=HUGGINGFACE_API_KEY \
EXPOSE 7860

# Run the application
CMD ["python", "main.py"]
CMD ["python", "main.py"]

0 comments on commit 0d24037

Please sign in to comment.