Fly.io example: remove step to cache silero models.

No longer necessary.
This commit is contained in:
Lewis Wolfgang
2024-08-05 10:12:35 -04:00
parent b20bacb9ed
commit 9f07c3ca27
3 changed files with 1 additions and 12 deletions

View File

@@ -9,8 +9,5 @@ COPY *.py .
COPY ./requirements.txt requirements.txt
RUN pip3 install --no-cache-dir --upgrade -r requirements.txt
# Install models
RUN python3 install_deps.py
# Start the FastAPI server
CMD python3 bot_runner.py --port ${FAST_API_PORT}