Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
46 |
# Set up entrypoint
|
47 |
-
CMD ["
|
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
|