dongsiqie commited on
Commit
bb77bfe
1 Parent(s): b65b029

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -4,6 +4,9 @@ RUN apt install git
4
  RUN git clone https://github.com/Hansimov/hf-llm-api.git /app
5
  WORKDIR "/app"
6
  RUN mkdir /.cache && chmod 777 /.cache
 
 
 
7
  RUN pip install torch
8
  RUN pip install tensorflow>=2.0
9
  RUN pip install flax
 
4
  RUN git clone https://github.com/Hansimov/hf-llm-api.git /app
5
  WORKDIR "/app"
6
  RUN mkdir /.cache && chmod 777 /.cache
7
+ RUN mkdir -p /app/configs
8
+ && echo '{}' > /app/configs/secrets.json
9
+ && chmod 777 /app/configs/secrets.json
10
  RUN pip install torch
11
  RUN pip install tensorflow>=2.0
12
  RUN pip install flax