You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
FROM registry.baidubce.com/paddlepaddle/paddle:latest-dev-cuda11.2-cudnn8.2-trt8.0-gcc82
|
|
RUN apt-get update -y
|
|
RUN apt-get -y install libsndfile1 lsof
|
|
RUN pip3.8 install pytest-runner
|