openai/openai-python

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.59.7

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
94fc49d8stainless-app[bot]2 years ago6RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.35.0" RYE_INSTALL_OPTION="--yes" bash
ebdcc3f5Stainless Bot2 years ago7ENV PATH=/home/vscode/.rye/shims:$PATH
08b8179aDavid Schnurr2 years ago8
ebdcc3f5Stainless Bot2 years ago9RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc