tejani commited on
Commit
f8df845
·
verified ·
1 Parent(s): 7372155

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ WORKDIR /app
12
  RUN git clone https://github.com/rupeshs/fastsdcpu.git .
13
 
14
  # Install Python dependencies
15
- RUN python pip install -r requirements.txt
16
 
17
  # Expose port for FastAPI server
18
  EXPOSE 8000
 
12
  RUN git clone https://github.com/rupeshs/fastsdcpu.git .
13
 
14
  # Install Python dependencies
15
+ RUN pip install -r requirements.txt
16
 
17
  # Expose port for FastAPI server
18
  EXPOSE 8000