kamran-r123
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
9 |
# ENV CMAKE_ARGS="-DGGML_CUDA=on"
|
10 |
|
11 |
# Install llama-cpp-python using pip
|
12 |
-
RUN pip install llama-cpp-python
|
13 |
|
14 |
# Set up a new user named "user" with user ID 1000
|
15 |
RUN useradd -m -u 1000 user
|
|
|
9 |
# ENV CMAKE_ARGS="-DGGML_CUDA=on"
|
10 |
|
11 |
# Install llama-cpp-python using pip
|
12 |
+
# RUN pip install llama-cpp-python
|
13 |
|
14 |
# Set up a new user named "user" with user ID 1000
|
15 |
RUN useradd -m -u 1000 user
|