added fixed 1
Browse files- Dockerfile +1 -0
- 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
|