mingyang91 commited on
Commit
2c9ef08
·
verified ·
1 Parent(s): f977726
Files changed (3) hide show
  1. .idea/workspace.xml +32 -27
  2. Dockerfile +1 -1
  3. requirements.txt +2 -2
.idea/workspace.xml CHANGED
@@ -4,18 +4,10 @@
4
  <option name="autoReloadType" value="SELECTIVE" />
5
  </component>
6
  <component name="ChangeListManager">
7
- <list default="true" id="d7806539-b6d6-42e7-bb45-1565f5d54891" name="Changes" comment="">
8
- <change afterPath="$PROJECT_DIR$/.idea/detector.iml" afterDir="false" />
9
- <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
10
- <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
11
- <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
12
- <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
13
- <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
14
- <change afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
15
- <change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
16
- <change afterPath="$PROJECT_DIR$/demo.py" afterDir="false" />
17
- <change afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
18
- <change afterPath="$PROJECT_DIR$/model.py" afterDir="false" />
19
  </list>
20
  <option name="SHOW_DIALOG" value="false" />
21
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -46,21 +38,21 @@
46
  <option name="hideEmptyMiddlePackages" value="true" />
47
  <option name="showLibraryContents" value="true" />
48
  </component>
49
- <component name="PropertiesComponent">{
50
- &quot;keyToString&quot;: {
51
- &quot;Python.demo.executor&quot;: &quot;Run&quot;,
52
- &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
53
- &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
54
- &quot;git-widget-placeholder&quot;: &quot;master&quot;,
55
- &quot;last_opened_file_path&quot;: &quot;/Users/famer.me/PycharmProjects/detector&quot;,
56
- &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
57
- &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
58
- &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
59
- &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
60
- &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
61
- &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
62
  }
63
- }</component>
64
  <component name="RecentsManager">
65
  <key name="CopyFile.RECENT_KEYS">
66
  <recent name="$PROJECT_DIR$" />
@@ -127,13 +119,26 @@
127
  <option name="presentableId" value="Default" />
128
  <updated>1702301546100</updated>
129
  <workItem from="1702301554378" duration="4025000" />
130
- <workItem from="1702450051021" duration="586000" />
 
 
 
 
 
 
 
 
131
  </task>
 
132
  <servers />
133
  </component>
134
  <component name="TypeScriptGeneratedFilesManager">
135
  <option name="version" value="3" />
136
  </component>
 
 
 
 
137
  <component name="com.intellij.coverage.CoverageDataManagerImpl">
138
  <SUITE FILE_PATH="coverage/detector$demo.coverage" NAME="demo Coverage Results" MODIFIED="1702302380580" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
139
  </component>
 
4
  <option name="autoReloadType" value="SELECTIVE" />
5
  </component>
6
  <component name="ChangeListManager">
7
+ <list default="true" id="d7806539-b6d6-42e7-bb45-1565f5d54891" name="Changes" comment="init commit">
8
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
 
 
 
 
 
 
 
 
11
  </list>
12
  <option name="SHOW_DIALOG" value="false" />
13
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
 
38
  <option name="hideEmptyMiddlePackages" value="true" />
39
  <option name="showLibraryContents" value="true" />
40
  </component>
41
+ <component name="PropertiesComponent"><![CDATA[{
42
+ "keyToString": {
43
+ "Python.demo.executor": "Run",
44
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
45
+ "RunOnceActivity.ShowReadmeOnStart": "true",
46
+ "git-widget-placeholder": "main",
47
+ "last_opened_file_path": "/Users/famer.me/PycharmProjects/detector",
48
+ "node.js.detected.package.eslint": "true",
49
+ "node.js.detected.package.tslint": "true",
50
+ "node.js.selected.package.eslint": "(autodetect)",
51
+ "node.js.selected.package.tslint": "(autodetect)",
52
+ "nodejs_package_manager_path": "npm",
53
+ "vue.rearranger.settings.migration": "true"
54
  }
55
+ }]]></component>
56
  <component name="RecentsManager">
57
  <key name="CopyFile.RECENT_KEYS">
58
  <recent name="$PROJECT_DIR$" />
 
119
  <option name="presentableId" value="Default" />
120
  <updated>1702301546100</updated>
121
  <workItem from="1702301554378" duration="4025000" />
122
+ <workItem from="1702450051021" duration="1074000" />
123
+ </task>
124
+ <task id="LOCAL-00001" summary="init commit">
125
+ <option name="closed" value="true" />
126
+ <created>1702450645297</created>
127
+ <option name="number" value="00001" />
128
+ <option name="presentableId" value="LOCAL-00001" />
129
+ <option name="project" value="LOCAL" />
130
+ <updated>1702450645297</updated>
131
  </task>
132
+ <option name="localTasksCounter" value="2" />
133
  <servers />
134
  </component>
135
  <component name="TypeScriptGeneratedFilesManager">
136
  <option name="version" value="3" />
137
  </component>
138
+ <component name="VcsManagerConfiguration">
139
+ <MESSAGE value="init commit" />
140
+ <option name="LAST_COMMIT_MESSAGE" value="init commit" />
141
+ </component>
142
  <component name="com.intellij.coverage.CoverageDataManagerImpl">
143
  <SUITE FILE_PATH="coverage/detector$demo.coverage" NAME="demo Coverage Results" MODIFIED="1702302380580" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
144
  </component>
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:bookworm
2
 
3
  WORKDIR /app
4
  COPY . /app
 
1
+ FROM python:3.11-bookworm
2
 
3
  WORKDIR /app
4
  COPY . /app
requirements.txt CHANGED
@@ -54,8 +54,8 @@ sympy==1.12
54
  tenacity==8.2.3
55
  toml==0.10.2
56
  toolz==0.12.0
57
- torch==2.1.0
58
- torchaudio==2.1.0
59
  torchvision==0.16.1
60
  tornado==6.4
61
  typing_extensions==4.9.0
 
54
  tenacity==8.2.3
55
  toml==0.10.2
56
  toolz==0.12.0
57
+ torch==2.1.1
58
+ torchaudio==2.1.1
59
  torchvision==0.16.1
60
  tornado==6.4
61
  typing_extensions==4.9.0