abdalraheemdmd commited on
Commit
d462afd
·
verified ·
1 Parent(s): 9475b0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
- FROM python:3.9
2
 
3
  WORKDIR /app
4
 
5
- # ✅ Install dependencies and `scipy`
6
  COPY requirements.txt .
7
  RUN pip install --no-cache-dir -r requirements.txt
8
  RUN pip install --no-cache-dir accelerate scipy
 
1
+ FROM python:3.9
2
 
3
  WORKDIR /app
4
 
5
+ # ✅ Install dependencies
6
  COPY requirements.txt .
7
  RUN pip install --no-cache-dir -r requirements.txt
8
  RUN pip install --no-cache-dir accelerate scipy