Skip to content

Commit

Permalink
Could ya just....
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Feb 5, 2024
1 parent 4c49b56 commit c1d4930
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ RUN --mount=type=cache,target=/var/cache/cuda/apt,sharing=locked \
python3 -m pip install --upgrade pip cmake scikit-build setuptools wheel --no-cache-dir && \
CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python --no-cache-dir
WORKDIR /app
COPY cuda-requirements.txt .
RUN pip install --no-cache-dir -r cuda-requirements.txt
COPY . .
RUN pip install --no-cache-dir -r cuda-requirements.txt
EXPOSE 8091
RUN chmod +x start.sh
ENTRYPOINT ["sh", "-c", "./start.sh"]

0 comments on commit c1d4930

Please sign in to comment.