|
|
@@ -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)))'
|
|
|
)" \
|