anweiguo 5 months ago
parent
commit
0a846aac3b

+ 1 - 0
.gitignore

@@ -5,3 +5,4 @@
 ipynb_checkpoints/**
 __pycache__/**
 *.zip
+.ipynb_checkpoints/*

+ 0 - 56
.ipynb_checkpoints/Untitled-checkpoint.ipynb

@@ -1,56 +0,0 @@
-{
- "cells": [
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "id": "dc9a90a7-162d-4f7c-9388-fd23b039ee36",
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "import pandas as pd \n",
-    "import numpy as np\n",
-    "\n",
-    "def method_a():\n",
-    "    print(\"method_a print hello world!\")\n",
-    "    "
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "id": "193ae985-8f61-4c31-9a12-b82ded63eaf2",
-   "metadata": {},
-   "outputs": [],
-   "source": []
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "id": "b2e63274-e6ee-4f9e-b73e-666960f7f536",
-   "metadata": {},
-   "outputs": [],
-   "source": []
-  }
- ],
- "metadata": {
-  "kernelspec": {
-   "display_name": "Python (panddlets)",
-   "language": "python",
-   "name": "panddlets"
-  },
-  "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
-   "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.9.19"
-  }
- },
- "nbformat": 4,
- "nbformat_minor": 5
-}

+ 0 - 4
.ipynb_checkpoints/main-checkpoint.py

@@ -1,4 +0,0 @@
-import os
-
-# 获取当前工作目录
-current_dir = os.getcwd()

+ 1 - 1
data_processing/processing_limit_power/processing_limit_power_by_agcavc/.ipynb_checkpoints/Dockerfile-checkpoint

@@ -1,5 +1,5 @@
 # 使用官方 Python 镜像作为基础镜像
-192.168.1.36:5000/python:3.9-slim
+FROM 192.168.1.36:5000/python:3.9-slim
 ENV LANG=en_US.UTF-8
 # 设置工作目录
 WORKDIR /app

+ 1 - 1
data_processing/processing_limit_power/processing_limit_power_by_agcavc/Dockerfile

@@ -1,5 +1,5 @@
 # 使用官方 Python 镜像作为基础镜像
-192.168.1.36:5000/python:3.9-slim
+FROM 192.168.1.36:5000/python:3.9-slim
 ENV LANG=en_US.UTF-8
 # 设置工作目录
 WORKDIR /app

+ 1 - 1
data_processing/processing_limit_power/processing_limit_power_by_machines/.ipynb_checkpoints/Dockerfile-checkpoint

@@ -1,5 +1,5 @@
 # 使用官方 Python 镜像作为基础镜像
-192.168.1.36:5000/python:3.9-slim
+FROM 192.168.1.36:5000/python:3.9-slim
 ENV LANG=en_US.UTF-8
 # 设置工作目录
 WORKDIR /app

+ 1 - 1
data_processing/processing_limit_power/processing_limit_power_by_machines/Dockerfile

@@ -1,5 +1,5 @@
 # 使用官方 Python 镜像作为基础镜像
-192.168.1.36:5000/python:3.9-slim
+FROM 192.168.1.36:5000/python:3.9-slim
 ENV LANG=en_US.UTF-8
 # 设置工作目录
 WORKDIR /app

+ 1 - 1
data_processing/processing_limit_power/processing_limit_power_by_records/.ipynb_checkpoints/Dockerfile-checkpoint

@@ -1,5 +1,5 @@
 # 使用官方 Python 镜像作为基础镜像
-192.168.1.36:5000/python:3.9-slim
+FROM 192.168.1.36:5000/python:3.9-slim
 ENV LANG=en_US.UTF-8
 # 设置工作目录
 WORKDIR /app

+ 1 - 1
data_processing/processing_limit_power/processing_limit_power_by_records/Dockerfile

@@ -1,5 +1,5 @@
 # 使用官方 Python 镜像作为基础镜像
-192.168.1.36:5000/python:3.9-slim
+FROM 192.168.1.36:5000/python:3.9-slim
 ENV LANG=en_US.UTF-8
 # 设置工作目录
 WORKDIR /app

+ 1 - 1
evaluation_processing/evaluation_accuracy/.ipynb_checkpoints/Dockerfile-checkpoint

@@ -1,5 +1,5 @@
 # 使用官方 Python 镜像作为基础镜像
-192.168.1.36:5000/python:3.9-slim
+FROM 192.168.1.36:5000/python:3.9-slim
 ENV LANG=en_US.UTF-8
 # 设置工作目录
 WORKDIR /app

+ 1 - 1
evaluation_processing/evaluation_accuracy/Dockerfile

@@ -1,5 +1,5 @@
 # 使用官方 Python 镜像作为基础镜像
-192.168.1.36:5000/python:3.9-slim
+FROM 192.168.1.36:5000/python:3.9-slim
 ENV LANG=en_US.UTF-8
 # 设置工作目录
 WORKDIR /app