justin2341 commited on
Commit
3fbdb05
·
verified ·
1 Parent(s): c622a4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN apt-get update -y && \
22
  RUN python3.8 -m pip install --upgrade pip
23
 
24
  # Set up working directory
25
- RUN mkdir -p /root/kby-ai-palmprint
26
  WORKDIR /home/kby-ai-palmprint
27
 
28
  # Copy shared libraries and application files
 
22
  RUN python3.8 -m pip install --upgrade pip
23
 
24
  # Set up working directory
25
+ RUN mkdir -p /home/kby-ai-palmprint
26
  WORKDIR /home/kby-ai-palmprint
27
 
28
  # Copy shared libraries and application files