Mbonea commited on
Commit
0c7ccc5
1 Parent(s): 93ff168

change the positions

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -61,8 +61,9 @@ COPY requirements.txt .
61
  RUN pip install --no-cache-dir -r requirements.txt
62
 
63
  #install unsilence
64
- RUN pipx install unsilence
65
  RUN pipx ensurepath
 
 
66
 
67
 
68
 
 
61
  RUN pip install --no-cache-dir -r requirements.txt
62
 
63
  #install unsilence
 
64
  RUN pipx ensurepath
65
+ RUN pipx install unsilence
66
+
67
 
68
 
69