https://github.com/amlalejini/gvsu-cis380-alg-grading-env
https://github.com/amlalejini/gvsu-cis380-alg-grading-env
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amlalejini/gvsu-cis380-alg-grading-env
- Owner: amlalejini
- License: mit
- Created: 2023-09-15T19:21:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T21:20:05.000Z (over 1 year ago)
- Last Synced: 2024-04-21T02:19:13.668Z (over 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grading environment for CIS 380 (Algorithms Engineering)
This repository is used to configure the auto-grading environment used for algorithms engineering programming assignments.
## Pulling from dockerhub
The environment image should be available on dockerhub @ `amlalejini/gvsu-cis380-alg-env`.
## Building the image locally
In the root of this repository:
```
docker image build ./ -t amlalejini/gvsu-cis380-alg-env:vX --platform linux/amd64
```To run interactively
```
docker run -it --entrypoint bash amlalejini/gvsu-cis380-alg-env:vX
```