RamV commited on
Commit
b7efaca
·
1 Parent(s): d0afc25

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,5 +15,7 @@ RUN apt-get update && \
15
  pip3 install --no-cache-dir -r /root/requirements.txt
16
 
17
  RUN pip install datasets==1.13.3 huggingface-hub==0.0.16
 
 
18
 
19
 
 
15
  pip3 install --no-cache-dir -r /root/requirements.txt
16
 
17
  RUN pip install datasets==1.13.3 huggingface-hub==0.0.16
18
+ docker build -t my-image-name --mount=type=bind,source="$(pwd)"/packages.txt,target=/root/packages.txt -f Dockerfile .
19
+
20
 
21