InfosysResponsibleAiToolKit commited on
Commit
f2fcfef
·
1 Parent(s): cae9aae

Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
30
  # Install Hugging Face dependencies and other packages
31
  RUN pip install --user huggingface_hub transformers git+https://github.com/huggingface/transformers.git
32
 
33
- RUN echo "git install====" > /dev/null
34
 
35
  # Clone the repository
36
  RUN git clone https://huggingface.co/InfosysResponsibleAiToolKit/Responsible-AI-Privacy /Responsible-AI-Privacy
 
30
  # Install Hugging Face dependencies and other packages
31
  RUN pip install --user huggingface_hub transformers git+https://github.com/huggingface/transformers.git
32
 
33
+ RUN echo "added model" > /dev/null
34
 
35
  # Clone the repository
36
  RUN git clone https://huggingface.co/InfosysResponsibleAiToolKit/Responsible-AI-Privacy /Responsible-AI-Privacy