Caching of driver not working in openvidu-deployment-tester. Disabling until fix

pull/816/head
cruizba 2023-07-31 14:54:48 +02:00
parent 2d320df71a
commit c683d989a6
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ RUN cd /workdir && pip3 install -r requirements.txt
WORKDIR /workdir/src
# Cache web driver
RUN python3 main.py install-drivers
# TODO: Fix cache
# RUN python3 main.py install-drivers
# Copy entrypoint
COPY ./entrypoint.sh /usr/local/bin/