소스 검색

Mise à jour de 'Dockerfile'

penta 4 일 전
부모
커밋
2e8279bbcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -426,7 +426,7 @@ ENV PATH="/opt/selkies/bin:/usr/local/nvidia/bin:${PATH}" \
 # Install the Selkies wheel from the official stable build image.
 COPY --from=selkies-runtime-builder /opt/selkies /opt/selkies
 
-RUN SELKIES_WEB_ROOT="$(
+RUN SELKIES_WEB_ROOT="$( \
         /opt/selkies/bin/python -c \
         'import importlib.util; print(next(iter(importlib.util.find_spec("selkies.selkies_web").submodule_search_locations)))'
     )" \