diff --git a/Dockerfile b/Dockerfile index feb7c9b..f3c3bb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \ build-essential \ cmake \ g++ \ + curl \ # For downloading from Google Drive && rm -rf /var/lib/apt/lists/* # Update pip and setuptools diff --git a/requirements.txt b/requirements.txt index c941085..16f7111 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,6 @@ # for inference llama_cpp_python -# for installing the model from Google Drive -curl - # for finetuning and running the LLM model # torch==2.3.0+cu121 --find-links https://download.pytorch.org/whl/cu121 torch==2.3.0