Skip to content

The unofficial fork of opencpu-server with Pre-installed Psychometrics libraries in R

License

Notifications You must be signed in to change notification settings

seonghobae/opencpu-psychometrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencpu-psychometrics

Docker

The unofficial fork of opencpu-server with Pre-installed Psychometrics libraries in R; A personal project created for use in a company project.

  • Newly built with official Ubuntu 22.04 Docker image and PPA source of the OpenCPU-server.
  • Just Removed barrier of timeout limits for psychometrics libraries.

Notes

  • This docker image will be automatic daily update with nightly tag.
  • Automatic update will be includes updates of CRAN libraries and Ubuntu apt updates.

How to use this?

Nightly Build (with CRAN library Auto updates)

  • docker run --name opencpu-psychometrics -d -it -p 8004:8004 --restart always ghcr.io/seonghobae/opencpu-psychometrics:nightly

Latest Build

  • docker run --name opencpu-psychometrics -d -it -p 8004:8004 --restart always ghcr.io/seonghobae/opencpu-psychometrics:latest
  • docker run --name opencpu-psychometrics -d -it -p 8004:8004 --restart always seonghobae/opencpu-psychometrics:latest