Removed env file from dockerfile. Created dockerfile for HF installation

This commit is contained in:
2025-05-02 20:44:09 -05:00
parent 884ff4228c
commit e1e1d90d73
4 changed files with 22 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ WORKDIR /app
# Copy application code
COPY src/ ./src/
COPY env ./src/.env
# Install Python dependencies
RUN pip install --no-cache-dir -r src/requirements.txt