From 44831719c368e665b0bd2d2607e95e301178c50a Mon Sep 17 00:00:00 2001 From: Andrina Zhang <78346223+andrinazxx@users.noreply.github.com> Date: Wed, 29 May 2024 14:02:12 -0700 Subject: [PATCH] Update Dockerfile - back 1 step --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f60f8eb..31b8c3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,9 +25,9 @@ RUN pip install --no-cache-dir networkx scipy librosa==0.10.0 wave soundfile pyt RUN pip install --no-cache-dir lightning-utilities==0.7.1 # Clone and install the taming-transformers repository -RUN apt-get update && apt-get install -y git -RUN git clone https://github.com/CompVis/taming-transformers.git /taming-transformers -RUN pip install -e /taming-transformers +# RUN apt-get update && apt-get install -y git +# RUN git clone https://github.com/CompVis/taming-transformers.git /taming-transformers +# RUN pip install -e /taming-transformers # Override command to disable running jupyter notebook at launch # CMD ["/bin/bash"]