ginchiostro commited on
Commit
b11a511
·
verified ·
1 Parent(s): aa443f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  COPY . /app
6
 
7
- RUN RUN pip install "tensorflow==2.13.*" "keras<3" pandas numpy flask huggingface_hub
8
 
9
  EXPOSE 7860
10
 
 
4
 
5
  COPY . /app
6
 
7
+ RUN pip install "tensorflow==2.13.*" "keras<3" pandas numpy flask huggingface_hub
8
 
9
  EXPOSE 7860
10