sofianhw commited on
Commit
2169d8b
1 Parent(s): 808cd3e

add latest pydantic

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -22,6 +22,8 @@ RUN git clone https://github.com/NVIDIA/apex && \
22
  sed -i '/check_cuda_torch_binary_vs_bare_metal(CUDA_HOME)/d' setup.py && \
23
  python3 setup.py install --cpp_ext --cuda_ext
24
 
 
 
25
  # Set up a new user named "user" with user ID 1000
26
  RUN useradd -m -u 1000 user
27
 
 
22
  sed -i '/check_cuda_torch_binary_vs_bare_metal(CUDA_HOME)/d' setup.py && \
23
  python3 setup.py install --cpp_ext --cuda_ext
24
 
25
+ RUN pip3 install -U pydantic
26
+
27
  # Set up a new user named "user" with user ID 1000
28
  RUN useradd -m -u 1000 user
29