Spaces:
Runtime error
Runtime error
Oleg Lavrovsky
commited on
Dockerfile
Browse files- Dockerfile +0 -3
- requirements.txt +0 -1
Dockerfile
CHANGED
|
@@ -8,9 +8,6 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 8 |
# Set working directory
|
| 9 |
WORKDIR /app
|
| 10 |
|
| 11 |
-
# Install Git
|
| 12 |
-
RUN apt install -y git
|
| 13 |
-
|
| 14 |
# Install dependencies
|
| 15 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 16 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
|
| 8 |
# Set working directory
|
| 9 |
WORKDIR /app
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
# Install dependencies
|
| 12 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
xielu @ git+https://github.com/nickjbrowning/XIELU@59d60314edf567ad6b9895a1ff5d7533a14ddc96
|
| 2 |
# This file was autogenerated by uv via the following command:
|
| 3 |
# uv export --no-hashes
|
| 4 |
accelerate==1.10.1
|
|
|
|
|
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
# uv export --no-hashes
|
| 3 |
accelerate==1.10.1
|