changed dockerfile and bird dataset

This commit is contained in:
2026-05-12 04:32:19 +02:00
parent fe963e0a68
commit 58af9f0f82
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
Copy . .
COPY . .
RUN chmod +x start_server.sh