Jayant-Kernel commited on
fix: force reinstall huggingface_hub 0.24.7 after deceit_env
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -27,6 +27,8 @@ RUN pip install --no-cache-dir "trl==0.12.2" --no-deps
|
|
| 27 |
RUN pip install --no-cache-dir \
|
| 28 |
git+https://github.com/Jayant-kernel/DECEIT-the-ai-truth-environment-.git
|
| 29 |
|
|
|
|
|
|
|
| 30 |
RUN mkdir -p /usr/local/lib/python3.10/site-packages/deceit_env/data/
|
| 31 |
COPY data/ /usr/local/lib/python3.10/site-packages/deceit_env/data/
|
| 32 |
COPY data/ /app/data/
|
|
|
|
| 27 |
RUN pip install --no-cache-dir \
|
| 28 |
git+https://github.com/Jayant-kernel/DECEIT-the-ai-truth-environment-.git
|
| 29 |
|
| 30 |
+
RUN pip install --no-cache-dir --force-reinstall "huggingface_hub==0.24.7"
|
| 31 |
+
|
| 32 |
RUN mkdir -p /usr/local/lib/python3.10/site-packages/deceit_env/data/
|
| 33 |
COPY data/ /usr/local/lib/python3.10/site-packages/deceit_env/data/
|
| 34 |
COPY data/ /app/data/
|