Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear committed Aug 18, 2022
1 parent 27420c6 commit 3e8810c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM hpcaitech/colossalai:0.1.8

RUN mkdir /workspace && cd /workspace && git clone https://github.com/hpcaitech/EnergonAI.git --recursive && cd EnergonAI
RUN mkdir -p /workspace && cd /workspace && git clone https://github.com/hpcaitech/EnergonAI.git --recursive && cd EnergonAI && pip --no-cache-dir install -r requirements.txt && pip install .

RUN pip --no-cache-dir install -r requirements.txt && pip install .
WORKDIR /workspace/EnergonAI

WORKDIR /workspace
CMD ["./serve.sh"]

0 comments on commit 3e8810c

Please sign in to comment.