Skip to content

Commit

Permalink
Pip install pf-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyRoeters committed Jun 25, 2024
1 parent 2ea9c70 commit 7d5ddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y runit gcc

# create conda environment
RUN conda create -n promptflow-cli python=3.9.16 pip=23.0.1 -q -y && \
pip install promptflow keyrings.alt && \
pip install promptflow promptflow-tools keyrings.alt && \
conda run -n promptflow-cli && \
conda run -n promptflow-cli pip cache purge && \
conda clean -a -y
Expand Down

0 comments on commit 7d5ddfe

Please sign in to comment.