docker-sge icon indicating copy to clipboard operation
docker-sge copied to clipboard

Dockerfile to build a container with SGE installed

Results 6 docker-sge issues
Sort by recently updated
recently updated
newest added

Having trouble getting jobs to run inside the container. I tried using the `sgeadmin` account as described in the README, but it is not working. Downloaded & ran the container...

The wget link to izpack 4.3.5 no longer works as codehaus no longer exists. As a work around I found the following link to work as a replacement RUN wget...

Trying to build the image from the included Docker file (using my fork), I keep getting this error: ``` $ docker build -t stevekm/docker-sge . The command '/bin/sh -c apt-get...

The previous link was 404-ing. Link updated as suggested by @darogan in Issue #9.

Problem: Job submisson out-of-the-box not possible sgeadmin@3bd66b62587e:~$ echo "/usr/bin/date"|qsub Unable to run job: warning: sgeadmin's job is not allowed to run in any queue Your job 1 ("STDIN") has been...

Hi there, I have a very fundamental question about this repo. I have the `docker-sge` image running on an AWS machine with 32 cores, and with the help of this...