soiz1 commited on
Commit
5315318
·
verified ·
1 Parent(s): 73acf7b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -39,6 +39,9 @@ ENV NUMBA_DISABLE_JIT=1
39
 
40
  # Set up output directory inside the container
41
  RUN mkdir -p /app/outputwav && chmod 777 /app/outputwav
 
 
 
42
 
43
  # Run the application
44
  CMD ["python", "infer-web.py"]
 
39
 
40
  # Set up output directory inside the container
41
  RUN mkdir -p /app/outputwav && chmod 777 /app/outputwav
42
+ RUN mkdir -p /home/deb12/Desktop/ai/audio/myvoice/outputwav
43
+ RUN chmod 777 /home/deb12/Desktop/ai/audio/myvoice/outputwav
44
+
45
 
46
  # Run the application
47
  CMD ["python", "infer-web.py"]