Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -45,6 +45,8 @@ FROM python:3.11.5
|
|
45 |
RUN apt update
|
46 |
WORKDIR /app
|
47 |
|
|
|
|
|
48 |
COPY ./requirements.txt /app/requirements.txt
|
49 |
COPY ./semsearch.py /app/semsearch.py
|
50 |
COPY ./startup.sh /app/startup.sh
|
|
|
45 |
RUN apt update
|
46 |
WORKDIR /app
|
47 |
|
48 |
+
RUN ls -l / || ls -l /lib || ls -l /usr || ls -l /usr/lib6 || echo "### An ls failed."
|
49 |
+
|
50 |
COPY ./requirements.txt /app/requirements.txt
|
51 |
COPY ./semsearch.py /app/semsearch.py
|
52 |
COPY ./startup.sh /app/startup.sh
|