mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Run go mod download in transcoder's Dockerfile.dev
This commit is contained in:
parent
7ec940a8dc
commit
92b0076bef
@ -46,5 +46,8 @@ WORKDIR /app
|
|||||||
ENV NVIDIA_VISIBLE_DEVICES="all"
|
ENV NVIDIA_VISIBLE_DEVICES="all"
|
||||||
ENV NVIDIA_DRIVER_CAPABILITIES="all"
|
ENV NVIDIA_DRIVER_CAPABILITIES="all"
|
||||||
|
|
||||||
|
COPY go.mod go.sum ./
|
||||||
|
RUN go mod download
|
||||||
|
|
||||||
EXPOSE 7666
|
EXPOSE 7666
|
||||||
CMD ["wgo", "run", "-race", "."]
|
CMD ["wgo", "run", "-race", "."]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user