Skip to content

Commit 11d41f7

Browse files
committed
chore: remove workspace from PYTHONPATH as its not actually required
1 parent cda130a commit 11d41f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ ARG DATA_DIR=/home/${USERNAME}/.data
5757
ENV XDG_CACHE_HOME=${CACHE_DIR} \
5858
XDG_DATA_HOME=${DATA_DIR} \
5959
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}"
60+
PATH="$UV_PROJECT_ENVIRONMENT/bin:$CACHE_DIR/pnpm:$CACHE_DIR/uv:$PATH"
6261

6362
# Predeclare volume mounting points for directories which will be written to.
6463
# 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

Comments
 (0)