diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e1070e4ed3..ab585a5ae9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,8 +1,5 @@ FROM mcr.microsoft.com/devcontainers/python:3.10 -COPY . . - - # [Optional] Uncomment this section to install additional OS packages. # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # && apt-get -y install --no-install-recommends \ No newline at end of file