qgallouedec HF Staff commited on
Commit
14ecc50
·
1 Parent(s): 9b4c197

forgot sft

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ RUN pip install --upgrade pip
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
  # Make sft script executable
 
20
  RUN chmod +x /usr/local/bin/sft
21
 
22
  # Set full write permissions for current directory
 
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
  # Make sft script executable
20
+ COPY sft.py /usr/local/bin/sft
21
  RUN chmod +x /usr/local/bin/sft
22
 
23
  # Set full write permissions for current directory