RamV commited on
Commit
64ee78d
·
1 Parent(s): 3bb1866

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,5 +14,6 @@ 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
 
17
- RUN pip install datasets==<version> huggingface-hub==<version>
 
18
 
 
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==1.13.3 huggingface-hub==0.0.16
18
+
19