1tbfree commited on
Commit
91c38c1
1 Parent(s): 9ed680d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,6 +19,6 @@ RUN cp vm.img /home/ubuntu/vm.img
19
  RUN chmod +777 /home/ubuntu/vm.img
20
  # Start QEMU and noVNC
21
  CMD /bin/bash -c " \
22
- nohup qemu-system-aarch64 -cpu cortex-a53 -M raspi3b -m 2048 -hda ~/vm.img -vnc :0 -daemonize -usbdevice tablet && \
23
  cd /noVNC && \
24
  websockify --web . 7860 localhost:5900"
 
19
  RUN chmod +777 /home/ubuntu/vm.img
20
  # Start QEMU and noVNC
21
  CMD /bin/bash -c " \
22
+ nohup qemu-system-aarch64 -cpu cortex-a53 -M raspi3b -m 1G -hda ~/vm.img -vnc :0 -daemonize -usbdevice tablet && \
23
  cd /noVNC && \
24
  websockify --web . 7860 localhost:5900"