synchronization
This commit is contained in:
9
gpushare-scheduler-extender/samples/docker/Dockerfile
Normal file
9
gpushare-scheduler-extender/samples/docker/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM cheyang/gpu-player
|
||||
|
||||
COPY main.py /app/main.py
|
||||
|
||||
COPY run.sh /app/run.sh
|
||||
|
||||
RUN chmod u+x /app/run.sh
|
||||
|
||||
CMD ["/app/run.sh"]
|
Reference in New Issue
Block a user