update script path

This commit is contained in:
2025-09-07 02:50:45 -07:00
parent a62a960ebd
commit c05cd29028
2 changed files with 5 additions and 5 deletions

View File

@@ -11,9 +11,9 @@ RUN pip install --no-cache-dir --upgrade torch torchvision mokuro
# create a user to run the application
RUN useradd -m mokurouser \
&& mkdir -p /home/mokurouser/mokuro \
&& chown -R mokurouser:mokurouser /home/mokurouser
&& mkdir -p /mokuro \
&& chown -R mokurouser:mokurouser /mokuro
WORKDIR /home/mokurouser/mokuro
WORKDIR /mokuro
COPY . .