Skip to content

Commit

Permalink
Remove requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHinome authored Aug 27, 2024
1 parent 240d00c commit b82aca7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/ml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pkg-config \
&& rm -rf /var/lib/apt/lists/*

#COPY ../machine_learning/pyproject.toml .
COPY ../machine_learning/requirements.txt ./requirements.txt
COPY ../machine_learning/pyproject.toml .
RUN pip install --upgrade pip setuptools wheel
RUN pip install -r requirements.txt
RUN pip install .

COPY ../machine_learning/rest .

EXPOSE 8000
EXPOSE 8000

0 comments on commit b82aca7

Please sign in to comment.