Spaces:
Running
Running
Update Dockerfile
Browse files- 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 /
|
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
|