PMS61 commited on
Commit
2e62928
·
1 Parent(s): ebf88d6
Files changed (2) hide show
  1. Dockerfile +2 -1
  2. requirements.txt +0 -1
Dockerfile CHANGED
@@ -6,6 +6,7 @@ WORKDIR /code
6
 
7
  # Install system dependencies required by your project (ffmpeg, opencv)
8
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
9
  ffmpeg \
10
  libsm6 \
11
  libxext6 \
@@ -26,4 +27,4 @@ COPY . /code/
26
  EXPOSE 7860
27
 
28
  # Command to run the application using Gunicorn
29
- CMD ["gunicorn", "--bind", "0.spacing.large0.spacing.large:7860", "--timeout", "600", "app:app"]
 
6
 
7
  # Install system dependencies required by your project (ffmpeg, opencv)
8
  RUN apt-get update && apt-get install -y --no-install-recommends \
9
+ build-essential \
10
  ffmpeg \
11
  libsm6 \
12
  libxext6 \
 
27
  EXPOSE 7860
28
 
29
  # Command to run the application using Gunicorn
30
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "600", "app:app"]
requirements.txt CHANGED
@@ -52,7 +52,6 @@ joblib
52
  kagglehub
53
  keras
54
  kiwisolver
55
- kociemba
56
  lazy_loader
57
  librosa
58
  llvmlite
 
52
  kagglehub
53
  keras
54
  kiwisolver
 
55
  lazy_loader
56
  librosa
57
  llvmlite