GordonChan365 commited on
Commit
9c12b25
1 Parent(s): 80ed4ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ghcr.io/gordonchanfz/open-model-api-adapt:latest
2
 
3
  WORKDIR /workspace/
4
 
5
- RUN chmod 777 /workspace
6
 
7
  RUN pip install vllm>=0.4.3 && \
8
  pip uninstall transformer-engine -y
 
2
 
3
  WORKDIR /workspace/
4
 
5
+ RUN chmod 777 /workspace && mkdir /.cache && chmod 777 /.cache
6
 
7
  RUN pip install vllm>=0.4.3 && \
8
  pip uninstall transformer-engine -y