KoKoDanio commited on
Commit
1f8af3e
·
1 Parent(s): 52850f3

added fixed 1

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. requirements.txt +0 -1
Dockerfile CHANGED
@@ -12,6 +12,7 @@ WORKDIR /app
12
 
13
  # Copy the requirements file and install dependencies
14
  COPY requirements.txt .
 
15
  RUN pip install --no-cache-dir -r requirements.txt
16
 
17
  # Copy the rest of your application code
 
12
 
13
  # Copy the requirements file and install dependencies
14
  COPY requirements.txt .
15
+ RUN pip install --no-cache-dir --upgrade setuptools wheel packaging
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
18
  # Copy the rest of your application code
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- packaging
2
  flash-attn>=2.6.3
3
  torch
4
  transformers
 
 
1
  flash-attn>=2.6.3
2
  torch
3
  transformers