Skip to content

Commit

Permalink
rename entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Mar 11, 2024
1 parent efbc362 commit 486e7b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.auto
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RUN --mount=type=cache,target=/root/.cache/pip,sharing=locked \

# Add the rest of the files
COPY . /docker
COPY ./entrypoint_auto.sh /docker/entrypoint.sh
COPY ./entrypoint.sh /docker/entrypoint.sh

# Commit high treason
RUN sed -i 's/in_app_dir = .*/in_app_dir = True/g' /usr/local/lib/python3.10/site-packages/gradio/routes.py
Expand Down
File renamed without changes.

0 comments on commit 486e7b1

Please sign in to comment.