Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -33,6 +33,9 @@ RUN export LD_LIBRARY_PATH=`python3 -c 'import os; import nvidia.cublas.lib; imp
|
|
| 33 |
# Copy the current directory contents into the container at /app
|
| 34 |
COPY --chown=user . $HOME/app
|
| 35 |
|
|
|
|
|
|
|
|
|
|
| 36 |
#COPY ./requirements.txt /home/user/app/requirements.txt
|
| 37 |
COPY ./* /home/user/app/
|
| 38 |
|
|
|
|
| 33 |
# Copy the current directory contents into the container at /app
|
| 34 |
COPY --chown=user . $HOME/app
|
| 35 |
|
| 36 |
+
RUN ls -la
|
| 37 |
+
RUN pwd && ls
|
| 38 |
+
|
| 39 |
#COPY ./requirements.txt /home/user/app/requirements.txt
|
| 40 |
COPY ./* /home/user/app/
|
| 41 |
|