Skip to content

Commit

Permalink
Evaluation updates (#167)
Browse files Browse the repository at this point in the history
* fix evaluations

* Configure Azure Developer Pipeline

* remove env var from chat.prompty

* Configure Azure Developer Pipeline

* add prompty endpoint it chat, and remove unused vars in gh action

* update chat.prompty

* fix docker file for devcontainer
  • Loading branch information
cassiebreviu authored Sep 12, 2024
1 parent 70ee19b commit 26e3d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN sudo apt-get update && sudo apt-get install -y \

# Copy requirements.txt and install the Python packages
# Install keyring-related and IPython packages in the same layer to reduce the image size and build time
COPY requirements.txt .
RUN pip install -r requirements.txt \
COPY ./src/api/requirements.txt .
RUN pip install -r requirements.txt \
&& pip install keyrings.alt dbus-python ipython ipykernel

# Configure the IPython kernel
Expand Down

0 comments on commit 26e3d4a

Please sign in to comment.