openai/openai-python
Publicmirrored from https://github.com/openai/openai-pythonAvailable
.devcontainer/Dockerfile
9lines · modeblame
ebdcc3f5Stainless Bot2 years ago | 1 | ARG VARIANT="3.9" |
| 2 | FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} | |
08b8179aDavid Schnurr2 years ago | 3 | |
ebdcc3f5Stainless Bot2 years ago | 4 | USER vscode |
08b8179aDavid Schnurr2 years ago | 5 | |
| 6 | RUN curl -sSf https://rye-up.com/get | RYE_VERSION="0.15.2" RYE_INSTALL_OPTION="--yes" bash | |
ebdcc3f5Stainless Bot2 years ago | 7 | ENV PATH=/home/vscode/.rye/shims:$PATH |
08b8179aDavid Schnurr2 years ago | 8 | |
ebdcc3f5Stainless Bot2 years ago | 9 | RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc |