Skip to content

Commit

Permalink
feat: jetbrains devcontainer support
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Jul 5, 2024
1 parent bc0eb31 commit 5b4d4d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ WORKDIR /home/developer
ENV BLENDER_VRM_LOGGING_LEVEL_DEBUG=yes
ENV BLENDER_VRM_DEVCONTAINER_SPECIAL_WORKAROUNDS=yes
ENV PATH=/home/developer/.local/bin:$PATH
# JetBrains製品はホームディレクトリのパスが自動で変更され、virtualenvのパスも同様に自動で変更される。それを防ぐためにパスを固定する。
ENV POETRY_VIRTUALENVS_PATH=/home/developer/.cache/pypoetry/virtualenvs

# JetBrains製品は自動で `~/.cache` フォルダを作成するが、それだとフォルダの権限がroot:rootになる。
# poetryなどがエラーになるため、あらかじめ作っておく。
Expand Down

0 comments on commit 5b4d4d4

Please sign in to comment.