initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2024-11-24 15:54:15 +01:00
commit 08d294455c
Se han modificado 5 ficheros con 46 adiciones y 0 borrados

5
Dockerfile Archivo normal
Ver fichero

@@ -0,0 +1,5 @@
FROM openvino/ubuntu22_dev:latest
USER root
RUN apt update && apt install -y audacity pulseaudio && apt clean
RUN adduser openvino audio
USER openvino