We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda130a commit 11d41f7Copy full SHA for 11d41f7
.devcontainer/Dockerfile
@@ -57,8 +57,7 @@ ARG DATA_DIR=/home/${USERNAME}/.data
57
ENV XDG_CACHE_HOME=${CACHE_DIR} \
58
XDG_DATA_HOME=${DATA_DIR} \
59
GIT_LFS_CACHE=${CACHE_DIR}/git-lfs \
60
- PATH="$UV_PROJECT_ENVIRONMENT/bin:$CACHE_DIR/pnpm:$CACHE_DIR/uv:$PATH" \
61
- PYTHONPATH="$PYTHONPATH:${INVOKEAI_SRC}"
+ PATH="$UV_PROJECT_ENVIRONMENT/bin:$CACHE_DIR/pnpm:$CACHE_DIR/uv:$PATH"
62
63
# Predeclare volume mounting points for directories which will be written to.
64
# This guarantees that even if the devcontainer doesnt mount a volume for these paths, their contents will still be handled by a volume,
0 commit comments