Skip to content

Commit

Permalink
Switch to pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
rparundekar committed Feb 18, 2024
1 parent d3bef21 commit 8c2140d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pip install --upgrade pip build

COPY pyproject.toml /home/user/pyproject.toml
COPY src/aihero /home/user/src/aihero
RUN pip install --no-cache-dir .
RUN pip install .

# Run launch.py when the container launches
COPY launch.py /home/user/
Expand Down
9 changes: 0 additions & 9 deletions requirements-dev.txt

This file was deleted.

18 changes: 0 additions & 18 deletions requirements.txt

This file was deleted.

0 comments on commit 8c2140d

Please sign in to comment.