Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime comparing to VM google cloud #6504

Closed
Fadwa7 opened this issue Mar 11, 2024 · 1 comment
Closed

Runtime comparing to VM google cloud #6504

Fadwa7 opened this issue Mar 11, 2024 · 1 comment

Comments

@Fadwa7
Copy link

Fadwa7 commented Mar 11, 2024

Hi

I've been working on creating a container, and while the build process was successful, I've noticed that the runtime performance of the container is significantly slower compared to running the tool installed directly on a Google Cloud VM.

Is this discrepancy in runtime performance normal? If not, could you please help me identify the problem?

Below is the recipe I used to create the container:

Bootstrap: docker
From: ubuntu:latest

%labels
        authors="Fadwa"
        description="Reindeer Image"
%files
	bcalm.yml
%environment
        PATH=/opt/reindeer/:/opt/reindeer/bin/:$PATH

%post
        apt-get update -y && apt-get install -y build-essential bc wget git unzip
	apt-get install -y cmake-qt-gui
	apt-get install -y zlib1g-dev
	apt-get update -y
        rm -rf /var/lib/apt/lists/*
        mkdir -p /opt/etc
        export DEBIAN_FRONTEND=noninteractive
        export LC_ALL=C.UTF-8
        echo 'export LC_ALL=C.UTF-8' >> "$SINGULARITY_ENVIRONMENT"
        echo 'export LANG=C.UTF-8' >> "$SINGULARITY_ENVIRONMENT" 

	mkdir /opt/reindeer && cd /opt/reindeer &&
        git clone --recursive https://github.com/kamimrcht/REINDEER.git . &&
        sh install.sh

%runscript
	/opt/reindeer/Reindeer "$@"

Thank you in advance

Copy link

New issues are no longer accepted in this repository. If singularity --version says singularity-ce, submit instead to https://github.com/sylabs/singularity, otherwise submit to https://github.com/apptainer/apptainer.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant