Commit
·
b846792
1
Parent(s):
883448a
asdfsa
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 10 |
-
RUN pip install --no-cache-dir
|
| 11 |
|
| 12 |
COPY --chown=user . /app
|
| 13 |
|
|
|
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 10 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
| 12 |
COPY --chown=user . /app
|
| 13 |
|
requirements.txt
CHANGED
|
@@ -68,7 +68,7 @@ sniffio==1.3.1
|
|
| 68 |
tensorflow==2.16.2
|
| 69 |
tf-keras==2.16.0
|
| 70 |
threadpoolctl==3.5.0
|
| 71 |
-
torch==2.
|
| 72 |
tomli==2.0.1
|
| 73 |
typer==0.12.5
|
| 74 |
typing_extensions==4.12.2
|
|
|
|
| 68 |
tensorflow==2.16.2
|
| 69 |
tf-keras==2.16.0
|
| 70 |
threadpoolctl==3.5.0
|
| 71 |
+
torch==2.6.0
|
| 72 |
tomli==2.0.1
|
| 73 |
typer==0.12.5
|
| 74 |
typing_extensions==4.12.2
|