Skip to content

Commit

Permalink
Remove pip install from Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
YusakuNo1 committed Feb 25, 2025
1 parent 208c31b commit 446a31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions assets/aistudio/environments/ai_studio_dev/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ RUN apt update && apt upgrade -y && apt install -y fuse
COPY requirements.txt .
RUN pip install -r requirements.txt

# inference server dependencies, it has to be installed after the requirements.txt
RUN pip install azureml-inference-server-http
# Temporary fix version for security patch
RUN pip install -U setuptools>=70.0.0

# Adding this install under root's path for the custom AI Studio container solution
ENV PATH="/home/vscode/.dotnet/tools:${PATH}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ langchain-openai
semantic-kernel
pytest
keyring
# Temporary fix version for security patch
cryptography>44.0.0
# dev dependencies
setuptools>70.0.0
azureml-inference-server-http

0 comments on commit 446a31b

Please sign in to comment.