Skip to content

실리콘 맥 설치 이미지및 스크립트 작성 #5

@choonghyunryu

Description

@choonghyunryu

현황

  • 실리콘 맥인 arm64 환경에서의 도커 서버 설치의 이슈 발생

진행상황

  • studio server 버전 변경
    • rocker/rstudio:latest-daily
    • /rocker_scripts/install_shiny_server.sh를 주석처리함
    • 추후 shiny server를 설치해야 함
  • install_tidyverse 설치 변경
    • /rocker_scripts/rocker_scripts/install_tidyverse.sh 제거
    • install_tidyverse.sh를 복사 후 설치 오류가 발생하는 arrow, duckdb 제거하여 대체
    • 추후 arrow 영향도 확인 및 재설치 - 미설치
    • 추후 duckdb 영향도 확인 및 재설치 - 미설치
  • install_morphology.sh 설치 변경
    • 설치 architecture를 x86_64가 아니라 aarch64로 수정
    • ./configure를 ./configure --build=aarch64-unknown-linux-gnu로 수정
  • install_packages.sh 설치 변경
    • install_packages.sh에서 에러가 발생하는 RcppMeCab,
    • topicmodels 패키지 설치에러 문제 해결
      • apt-get update && apt-get install -y gsl-bin libgsl0-dev
  • google chrome 설치 변경
    • Google Chrome은 arm64용 패키지가 없어 chromium 설치
    • no sandbox 설정

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions