From 0935ca2177ff885ba42a4164aef8d3628512c688 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Wed, 24 May 2023 19:05:16 +0800 Subject: [PATCH] fix: Fix dir typo Signed-off-by: Ce Gao --- images/llama-7b/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/llama-7b/Dockerfile b/images/llama-7b/Dockerfile index 5f5c326..66e0043 100644 --- a/images/llama-7b/Dockerfile +++ b/images/llama-7b/Dockerfile @@ -58,7 +58,7 @@ RUN update-alternatives --install /usr/bin/python python ${ENVD_PREFIX}/python 1 update-alternatives --install /usr/bin/pip pip ${ENVD_PREFIX}/pip 1 && \ update-alternatives --install /usr/bin/pip3 pip3 ${ENVD_PREFIX}/pip3 1 -COPY ./images/llama/requirements.txt / +COPY ./images/llama-7b/requirements.txt / RUN pip install -r requirements.txt