Skip to content

Commit

Permalink
copy all requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier committed Feb 27, 2024
1 parent f8ccb5f commit bf99e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY ./guard-rails-api-client ./guard-rails-api-client
COPY ./guardrails-custom-validators ./guardrails-custom-validators

# Copy the requirements file
COPY requirements.txt .
COPY requirements*.txt .

RUN pip install ./guardrails-sdk
RUN pip install ./guard-rails-api-client
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get install -y git curl gcc
COPY ./guard-rails-api-client ./guard-rails-api-client

# Copy the requirements file
COPY requirements.txt .
COPY requirements*.txt .

RUN pip install ./guard-rails-api-client
RUN pip install git+https://github.com/guardrails-ai/guardrails-internal.git@telemetry
Expand Down

0 comments on commit bf99e5f

Please sign in to comment.