Skip to content

Commit e65d4ec

Browse files
fix: switch to ubuntu location
1 parent 2ce4d34 commit e65d4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ COPY . /docker
6767
RUN \
6868
# mv ${ROOT}/style.css ${ROOT}/user.css && \
6969
# one of the ugliest hacks I ever wrote \
70-
sed -i 's/in_app_dir = .*/in_app_dir = True/g' /opt/conda/lib/python3.11/site-packages/gradio/routes.py && \
70+
sed -i 's/in_app_dir = .*/in_app_dir = True/g' /usr/local/lib/python3.10/dist-packages/gradio/routes.py && \
7171
git config --global --add safe.directory '*'
7272

7373
WORKDIR ${ROOT}

0 commit comments

Comments
 (0)