mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
verified and tested docker files
This commit is contained in:
parent
5697e8b79e
commit
4f9c4e0dbb
2
.devcontainer/Dockerfile
Normal file
2
.devcontainer/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM python
|
||||||
|
WORKDIR ~/
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "TRA Analysis Development Environment",
|
"name": "TRA Analysis Development Environment",
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "../analysis-master/analysis-amd64/docker/Dockerfile-vscode",
|
"dockerfile": "Dockerfile",
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash",
|
"terminal.integrated.shell.linux": "/bin/bash",
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FROM python
|
FROM python
|
||||||
WORKDIR ~/
|
WORKDIR ~/
|
||||||
COPY .. .
|
COPY ./ ./
|
||||||
|
CMD ["bash"]
|
@ -1,3 +0,0 @@
|
|||||||
FROM python
|
|
||||||
WORKDIR ~/
|
|
||||||
# COPY . .
|
|
3
analysis-master/analysis-amd64/docker/start-docker.sh
Executable file
3
analysis-master/analysis-amd64/docker/start-docker.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
cd ..
|
||||||
|
docker build -t tra-analysis-amd64-dev -f docker/Dockerfile .
|
||||||
|
docker run -it tra-analysis-amd64-dev
|
@ -1,7 +1,7 @@
|
|||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="analysis"
|
name="analysis",
|
||||||
version="1.0.0.009",
|
version="1.0.0.009",
|
||||||
author="The Titan Scouting Team",
|
author="The Titan Scouting Team",
|
||||||
author_email="titanscout2022@gmail.com",
|
author_email="titanscout2022@gmail.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user