RamV commited on
Commit
6b18843
·
1 Parent(s): b44ed21

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,3 +14,5 @@ RUN apt-get update && \
14
  DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip && \
15
  pip3 install --no-cache-dir -r /root/requirements.txt
16
 
 
 
 
14
  DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip && \
15
  pip3 install --no-cache-dir -r /root/requirements.txt
16
 
17
+ RUN pip install datasets==<version> huggingface-hub==<version>
18
+