toaster61 commited on
Commit
351861c
1 Parent(s): d1343e4
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ WORKDIR /app
16
 
17
  # Making dir for translator model (facebook/m2m100_1.2B)
18
  RUN mkdir translator
19
- RUN chmod -R 777 /translator
20
 
21
  # Installing wget and downloading model.
22
  RUN apt install wget -y
 
16
 
17
  # Making dir for translator model (facebook/m2m100_1.2B)
18
  RUN mkdir translator
19
+ RUN chmod -R 777 translator
20
 
21
  # Installing wget and downloading model.
22
  RUN apt install wget -y