Skip to content

Commit

Permalink
fix: Fix dir typo (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege authored May 24, 2023
1 parent 5c5d1e9 commit 7dfb04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/llama-7b/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7dfb04d

Please sign in to comment.