docker-compose.yml 441 B

1234567891011121314151617181920
  1. version: '2'
  2. services:
  3. jupyter:
  4. hostname: jupyter
  5. container_name: jupyter
  6. restart: always
  7. image: jupyterlab:dev
  8. privileged: true
  9. ipc: host
  10. tty: true
  11. # network_mode: "host"
  12. # working_dir: /workspace
  13. ports:
  14. - '25522:8888'
  15. # - '8998:8998'
  16. # - '22522:22'
  17. # - "10000-10010:10000-10010"
  18. volumes:
  19. # - ./config.json:/home/sxkj/.sparkmagic/config.json
  20. - ./:/workspace