openai/openai-python

Public

mirrored from https://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
next

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.devcontainer/Dockerfile

9lines · modeblame

ebdcc3f5Stainless Bot2 years ago1ARG VARIANT="3.9"
2FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
08b8179aDavid Schnurr2 years ago3
ebdcc3f5Stainless Bot2 years ago4USER vscode
08b8179aDavid Schnurr2 years ago5
d664ff22stainless-app[bot]1 years ago6RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.44.0" RYE_INSTALL_OPTION="--yes" bash
ebdcc3f5Stainless Bot2 years ago7ENV PATH=/home/vscode/.rye/shims:$PATH
08b8179aDavid Schnurr2 years ago8
fe9eb8d1stainless-app[bot]1 years ago9RUN echo "[[ -d .venv ]] && source .venv/bin/activate || export PATH=\$PATH" >> /home/vscode/.bashrc