fixed error 14
Browse files- Dockerfile +1 -1
- requirements.txt +0 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ WORKDIR /app
|
|
| 17 |
# Copy the requirements file and install dependencies
|
| 18 |
COPY requirements.txt .
|
| 19 |
RUN pip install torch==2.3.0
|
| 20 |
-
RUN pip install --no-cache-dir --upgrade setuptools wheel
|
| 21 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 22 |
|
| 23 |
# Copy the rest of your application code
|
|
|
|
| 17 |
# Copy the requirements file and install dependencies
|
| 18 |
COPY requirements.txt .
|
| 19 |
RUN pip install torch==2.3.0
|
| 20 |
+
RUN pip install --no-cache-dir --upgrade setuptools wheel package
|
| 21 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 22 |
|
| 23 |
# Copy the rest of your application code
|
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
torch==2.1.0
|
| 3 |
-
package>=2.0.0
|
| 4 |
flash-attn==2.8.3
|
| 5 |
transformers
|
| 6 |
unsloth[cu121-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git@August-2025
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
torch==2.1.0
|
|
|
|
| 3 |
flash-attn==2.8.3
|
| 4 |
transformers
|
| 5 |
unsloth[cu121-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git@August-2025
|