Initial version
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.9
|
||||
# Or any preferred Python version.
|
||||
ADD main.sh /root/
|
||||
ADD convertAllFits.py /root/
|
||||
ADD https://raw.githubusercontent.com/dodo-saba/fit2gpx/refs/heads/main/src/fit2gpx.py /root/
|
||||
RUN pip install --no-cache-dir --upgrade pip && \
|
||||
pip install --no-cache-dir pandas gpxpy fitdecode
|
||||
CMD ["/bin/sh", "/root/main.sh"]
|
||||
# Or enter the name of your unique directory and parameter set.
|
Reference in New Issue
Block a user