Spaces:
Build error
Build error
Update llamacpp_python/base/Containerfile
Browse files
llamacpp_python/base/Containerfile
CHANGED
|
@@ -7,3 +7,4 @@ USER 1001
|
|
| 7 |
RUN CC="/opt/rh/gcc-toolset-13/root/usr/bin/gcc" CXX="/opt/rh/gcc-toolset-13/root/usr/bin/g++" pip install --no-cache-dir --verbose -r ./requirements.txt
|
| 8 |
EXPOSE 8001
|
| 9 |
ENTRYPOINT [ "sh", "./run.sh","app.py" ]
|
|
|
|
|
|
| 7 |
RUN CC="/opt/rh/gcc-toolset-13/root/usr/bin/gcc" CXX="/opt/rh/gcc-toolset-13/root/usr/bin/g++" pip install --no-cache-dir --verbose -r ./requirements.txt
|
| 8 |
EXPOSE 8001
|
| 9 |
ENTRYPOINT [ "sh", "./run.sh","app.py" ]
|
| 10 |
+
|