justin2341 commited on
Commit
896254e
·
verified ·
1 Parent(s): 29fa153

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -42,9 +42,9 @@ COPY ./palmprint_examples ./palmprint_examples
42
 
43
  # Install Python dependencies
44
  RUN pip3 install --no-cache-dir -r requirements.txt
45
- RUN chmod +x /root/kby-ai-palmprint/run.sh
46
  # Set up entrypoint
47
- CMD ["/root/kby-ai-palmprint/run.sh"]
48
 
49
  # Expose ports
50
  EXPOSE 8080 9000
 
42
 
43
  # Install Python dependencies
44
  RUN pip3 install --no-cache-dir -r requirements.txt
45
+ RUN chmod +x ./run.sh
46
  # Set up entrypoint
47
+ CMD ["./run.sh"]
48
 
49
  # Expose ports
50
  EXPOSE 8080 9000