Spaces:
Sleeping
Sleeping
Asaad Almutareb
commited on
Update Dockerfile
Browse files- .devcontainer/Dockerfile +1 -1
.devcontainer/Dockerfile
CHANGED
@@ -12,4 +12,4 @@ FROM mcr.microsoft.com/devcontainers/python:1-${VARIANT}
|
|
12 |
#COPY library-scripts/github-debian.sh /tmp/library-scripts/
|
13 |
RUN apt-get update && apt-get update
|
14 |
RUN pip install --upgrade pip
|
15 |
-
RUN pip install -r requirements.txt
|
|
|
12 |
#COPY library-scripts/github-debian.sh /tmp/library-scripts/
|
13 |
RUN apt-get update && apt-get update
|
14 |
RUN pip install --upgrade pip
|
15 |
+
#RUN pip install -r requirements.txt
|