imCuteCat commited on
Commit
5b83b07
1 Parent(s): 10c7829

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -6,6 +6,9 @@ RUN apt-get update && apt-get install -y ffmpeg imagemagick
6
  # Install pip packages
7
  RUN pip install cog gradio==3.50.2
8
 
 
 
 
9
  # Set the working directory
10
  WORKDIR /src
11
 
 
6
  # Install pip packages
7
  RUN pip install cog gradio==3.50.2
8
 
9
+ # Ensure cog is in the PATH
10
+ RUN ln -s /usr/local/bin/cog /usr/bin/cog
11
+
12
  # Set the working directory
13
  WORKDIR /src
14