Spaces:
Runtime error
Runtime error
Commit ·
76c5331
1
Parent(s): c22eb3f
asdfsd
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -16,8 +16,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 16 |
build-essential git libpoppler-cpp-dev poppler-utils libmagic-dev python3-dev \
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|
| 18 |
|
| 19 |
-
# Note, if you don't want to reinstall BNBs dependencies, append the `--no-deps` flag!
|
| 20 |
-
RUN pip install --force-reinstall 'https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl'
|
| 21 |
# 4) Copier requirements et installer libs Python
|
| 22 |
WORKDIR /home/user/app
|
| 23 |
COPY --chown=user requirements.txt .
|
|
|
|
| 16 |
build-essential git libpoppler-cpp-dev poppler-utils libmagic-dev python3-dev \
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|
| 18 |
|
|
|
|
|
|
|
| 19 |
# 4) Copier requirements et installer libs Python
|
| 20 |
WORKDIR /home/user/app
|
| 21 |
COPY --chown=user requirements.txt .
|