Skip to content

Commit

Permalink
Update Dockerfile - back 1 step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrinazxx authored May 29, 2024
1 parent 18a06f8 commit 4483171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 4483171

Please sign in to comment.